| name | code-review |
| description | Read diffs carefully, identify risks, and produce review feedback that is specific and actionable. |
| compatibility | opencode |
| metadata | {"audience":"reviewers","workflow":"code-review"} |
Code Review
Use this skill when evaluating changes for correctness, maintainability, regressions, and missing tests.
Core Rules
- Read the changed files before commenting on them.
- Lead with findings, ordered by severity.
- Reference file paths and line numbers whenever possible.
- Call out missing tests, hidden regressions, and risky assumptions.
- Keep feedback direct, kind, and specific.
Outputs
- Review findings
- Risk assessment
- Missing test notes