What is validation-testing?
Use after migrating a route or completing a migration phase to verify correctness. Also use when the build breaks, tests fail, or you suspect migration regressions. Source: blazity/next-migration-skills.
Use after migrating a route or completing a migration phase to verify correctness. Also use when the build breaks, tests fail, or you suspect migration regressions.
Quickly install validation-testing AI skill to your development environment via command line
Source: blazity/next-migration-skills.
Run comprehensive validation checks on migrated code to ensure correctness and catch common migration issues.
"It compiles" is not "it works." "The validator passes" is not "the build succeeds." Run every step below. A migration claimed as complete without a passing build is not complete.
This skill requires the nextjs-migration-toolkit skill to be installed. All migration skills depend on it for AST analysis.
Use after migrating a route or completing a migration phase to verify correctness. Also use when the build breaks, tests fail, or you suspect migration regressions. Source: blazity/next-migration-skills.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/blazity/next-migration-skills --skill validation-testingUse after migrating a route or completing a migration phase to verify correctness. Also use when the build breaks, tests fail, or you suspect migration regressions. Source: blazity/next-migration-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/blazity/next-migration-skills --skill validation-testing Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/blazity/next-migration-skills