What problem does it solve?
This Skill removes the blind spots and inconsistency of ad-hoc reviews by enforcing a structured, three-perspective code review (specification compliance, code quality, security) so that implementation drift, maintainability regressions, and vulnerabilities are detected and remediated before merge.
Core Features & Use Cases
- Parallel 3‑perspective review: Dispatches independent spec-compliance, quality, and security reviewers to analyze the same code in parallel and produce prioritized MUST/SHOULD/CONSIDER findings.
- Dependency-aware fix workflow: Performs affected-file dependency analysis, sequences shared-layer fixes serially and independent fixes in parallel, and enforces a bounded review→fix loop with escalation rules.
- Review memory integration: Clusters findings via review-memory tooling, appends findings to review-findings.jsonl, promotes recurring clusters into review-conventions.md, and optionally triggers product- or harness-user observational reviews.
- Use case: After a feature implementation with all tests green and a requirements/REQ- path, run this Skill to get a consolidated, prioritized review report and a coordinated plan for implementers to apply fixes.
Quick Start
Run the code-review skill on a completed implementation with tests green and the corresponding requirements path to produce a grouped MUST/SHOULD/CONSIDER report, clustered findings, and a repair plan.