Workflow skill
Dev Review Skill
Run a final pre-push review across design, implementation, tests, and risk.
Install command
AI DevKit installs its built-in skills as one curated set. Run this once to install dev-review with the rest of the built-in workflow skills.
npx ai-devkit@latest skill add --built-inWhat it does
Use dev-review before pushing or merging work. It focuses on bugs, regressions, missing tests, and alignment with the approved design.
When to use it
- Review work before push
- Find integration risks and missing tests
- Check final design and implementation alignment
Supported agents
Claude CodeCodexCursoropencode
Related skills
Workflow
Dev Lifecycle
Orchestrate requirements, design, planning, implementation, testing, and review.
Workflow
Dev Worktree
Set up or resume the right workspace before feature work.
Workflow
Dev Requirements
Capture and review requirements before design or implementation.
Workflow
Dev Design
Validate architecture and design trade-offs against requirements.