What problem does it solve?
Manually coordinating sequential code review steps from design intent documentation to post-review reflection is time-consuming, error-prone, and often leads to missed documentation updates or inconsistent review standards across team reviews.
Core Features & Use Cases
- Sequential Pipeline Orchestration: Runs 8 ordered, non-parallel code review steps with strict context handoff rules to prevent context loss between phases.
- Sub-Skill Integration: Coordinates 6 specialized sub-skills for design intent drafting, review criteria setup, PR body generation, review execution, change reflection, and documentation drift detection.
- Use Case: Ideal for development teams that want to standardize their code review workflow, ensure all review artifacts are stored in a consistent directory structure, and automatically flag outdated project documentation after code changes are finalized.
Quick Start
Invoke the code-review-auto skill after completing your feature branch implementation to run the full end-to-end code review pipeline from design intent documentation to post-review documentation drift checks.