What problem does it solve?
This tool helps engineering teams improve code quality by systematically applying seven review lenses to a set of changed files and generating a standardized review file for downstream review.
Core Features & Use Cases
- Plan-driven workflow: Accepts a plan path or plan ID, loads the review context, and coordinates the review steps.
- Changed-files identification: Determines changed files using the task summary or git diff strategies, and reads diffs for context.
- Seven-lens evaluation: Applies Plan Compliance, Correctness, Security, Conventions, Edge Cases, Test Quality, and Code Quality to each changed file.
- Findings generation: Produces structured findings with seven fields for each issue.
- Review-file output: Writes the review to the workspace at the designated code-reviews path for the current plan.
- Return context: Provides a concise result summary suitable for automation.
Quick Start
Provide a plan path or plan ID to start a review; the skill will load the context, identify changes, apply lenses, and write a review file.