Skip to main content
Back to the directory
vercel-labs/next-skillsSoftware EngineeringFrontend and Design

next-upgrade

Automated Next.js version upgrades with official codemods and migration guide integration.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
16

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/vercel-labs/next-skills --skill next-upgrade
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, next-upgrade has 16 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: vercel-labs/next-skills. Canonical URL: https://skills.sh/vercel-labs/next-skills/next-upgrade.

Security audits
Gen Agent Trust HubWARN
SocketPASS
SnykPASS
About this skill
Automated Next.js version upgrades with official codemods and migration guide integration. Upgrade the current project to the latest Next.js version following official migration guides. Detect current version : Read package.json to identify the current Next.js version and related dependencies (React, React DOM, etc.) Fetch the latest upgrade guide : Use WebFetch to get the official upgrade documentation: Determine upgrade path : Based on current version, identify which migration steps apply. For major version jumps, upgrade incrementally (e.g., 13 → 14 → 15). Run codemods first : Next.js provides codemods to automate breaking changes: Common transforms: Update dependencies : Upgrade Next.js and peer dependencies together: Review breaking changes : Check the upgrade guide for manual changes needed: Update TypeScript types (if applicable): Test the upgrade : - Detects current Next.js version from package.json and fetches version-specific upgrade documentation from official guides - Runs Next.js codemods automatically to handle breaking changes like async Request APIs, geo/IP property migrations, and dynamic import transformations - Handles incremental upgrades for major version jumps (e.g., 13 → 14 → 15) and updates peer dependencies (React, React DOM, TypeScript types) in a single step - Validates upgrades by running build and dev commands to catch errors before completion -...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does next-upgrade do?

Automated Next.js version upgrades with official codemods and migration guide integration.

Is next-upgrade good?

next-upgrade does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support next-upgrade?

next-upgrade currently lists compatibility with Skills CLI.

Is next-upgrade safe to install?

next-upgrade has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to next-upgrade?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install next-upgrade?

Run the following command to install next-upgrade: npx skills add https://github.com/vercel-labs/next-skills --skill next-upgrade

Related skills

More from vercel-labs/next-skills

Related skills

Alternatives in Software Engineering