| name | source-command-review |
| description | Review a repository change against the modern C++ knowledge contract. |
Review
Use this skill for code review, pre-commit review, or policy conformance review.
Required Process
- Read
AGENTS.md.
- Read
docs/REVIEW.md completely.
- Inspect the current diff and working tree.
- Route to every task guide touched by the diff.
- Prioritize correctness, safety, ownership, architecture, and verification.
- Cite stable rule identifiers for actionable findings.
- Keep line ranges tight and avoid speculative style comments.
- State explicitly when there are no actionable findings.
Do not modify code unless the user also asks to address findings.