| name | dev-code-review |
| description | Review software changes for correctness, regressions, missing tests, maintainability, security, and behavioral mismatches. Use when asked to review code, before merging, after implementing a major task, or when a fresh risk-focused pass is needed. |
| category | development |
Dev Code Review
Use this skill in reviewer mode. Findings come first.
Review Priorities
- Bugs and behavioral regressions.
- Data loss, security, privacy, or external side effects.
- Missing or weak tests for changed behavior.
- Ownership or architecture violations.
- Maintainability issues only when they create real risk.
Workflow
- Inspect the diff and relevant surrounding code.
- Understand intended behavior from issue, plan, or user request.
- Look for mismatches between intent and implementation.
- Check platform and state edge cases named by the user.
- Return findings ordered by severity with file and line references.
Output Shape
Findings:
- [P1] `path:line` issue and impact
Open questions:
- ...
Summary:
- ...
If no issues are found, say so and mention residual test gaps.