skill(next-cache-components-adoption): tune skill to mention app router requirement#95069
Merged
aurorascharff merged 2 commits intoJun 22, 2026
Merged
Conversation
…3 in requires - App Router check is the bail-out, surface it before the version-upgrade guidance. - Remove an accidentally duplicated 'End of every milestone' paragraph.
Contributor
Stats from current PR✅ No significant changes detected📊 All Metrics📖 Metrics GlossaryDev Server Metrics:
Build Metrics:
Change Thresholds:
⚡ Dev Server
📦 Dev Server (Webpack) (Legacy)📦 Dev Server (Webpack)
⚡ Production Builds
📦 Production Builds (Webpack) (Legacy)📦 Production Builds (Webpack)
📦 Bundle SizesBundle Sizes⚡ TurbopackClient Main Bundles
Server Middleware
Build DetailsBuild Manifests
📦 WebpackClient Main Bundles
Polyfills
Pages
Server Edge SSR
Middleware
Build DetailsBuild Manifests
Build Cache
🔄 Shared (bundler-independent)Runtimes
📎 Tarball URLCommit: d28a0cd |
Contributor
Tests PassedCommit: d28a0cd |
gaojude
approved these changes
Jun 22, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adjusts the next-cache-components-adoption skill guidance to reduce wasted work when run against Pages Router projects, and removes a duplicated instruction paragraph.
Changes:
- Reordered the
## requiressection so the “App Router only” bail-out appears before the Next.js version requirement. - Removed a duplicated “End of every milestone: summarize and ask” paragraph in
## the shape of the work.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Two small edits in
skills/next-cache-components-adoption/SKILL.md:## requiressection. The Pages-Router check is the hard bail-out for this skill, so it should run before the version-upgrade guidance.## the shape of the work.Why
From a friction log of an agent driving this skill against a Pages Router project: the agent read past the version note, started the upgrade, and only hit the App Router incompatibility several steps in. Surfacing the bail-out first saves that round trip.