What problem does it solve?
This skill conducts a thorough code review workflow: it reviews implemented code for quality, correctness, and style, and produces review comments with an automated commit to the repository. It is a sub-skill of the /dev workflow.
Core Features & Use Cases
- Style-guided evaluation: If the project uses TypeScript, invoke /ts-style-review to enforce Google TypeScript Style Guide and team conventions, incorporating its findings into the review.
- Comprehensive code review: Inspect correctness, edge cases, architecture, and safety across changed files; ensure readability and maintainability.
- Comment generation & handoff: Produce structured review comments and present a summary with recommended fixes and a commit step.
- Commit & hand off: Stage changes, commit with a descriptive message, and trigger subsequent steps (dev6-review-fix if issues exist or dev7-pr if clean).
Quick Start
Trigger a code review on the current feature branch by supplying the design and PRD inputs and then generate review comments and a commit.