What problem does it solve?
Code changes and design proposals often ship without independent scrutiny, letting correctness, security, and contract issues slip through. This Skill performs a single-round, read-only review of a frozen target and returns graded findings with file and line references.
Core Features & Use Cases
- Diff Review: Reviews the current working-tree diff or a specified git range against the stated intent of the change, classifying findings as blocking, important, or nit.
- Design and Contract Review: Checks requirement coverage, contract impact, shared terminology, and risks in design documents or task packets before implementation proceeds.
- Repository Audit: Performs read-only audits of a user-defined scope such as a directory or a dimension like security or performance.
- Use Case: Before merging a feature branch, invoke the review on the staged diff to receive a verdict of mergeable, conditionally mergeable, or change-first, with each finding tied to a file and line number.
Quick Start
Ask the assistant to review the current diff with cs-review and return graded findings with a merge conclusion.