From ai-devkit
Runs a holistic pre-push code review covering design alignment, integration risk, contract integrity, breaking changes, rollback safety, and cross-cutting concerns.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ai-devkit:dev-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run final pre-push review for configured AI docs features. Before changing docs or code, propose the concrete review plan and wait for user approval unless the user already approved the exact phase plan.
Run final pre-push review for configured AI docs features. Before changing docs or code, propose the concrete review plan and wait for user approval unless the user already approved the exact phase plan.
npx ai-devkit@latest lint before phase work.npx ai-devkit@latest lint --feature <name>.git status -sb and git diff --stat.verify skill before claiming readiness.Use for Phase 9. Take a holistic review stance: findings first, ordered by severity, grounded in file/line references.
Done: if the checklist passes, the feature is ready to push and create a PR. If blocking issues remain, return to dev-implementation or dev-testing.
npx claudepluginhub codeaholicguy/ai-devkitApplies a strict review gate before merge, release, or project handoff, checking for correctness, regressions, missing tests, risky assumptions, and deployment issues.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.