name: solo-code-review description: Reviews code changes with findings-first output focused on correctness, security, regression risk, and test gaps. Use when reviewing diffs, commits, pull requests, or when the user asks for a code review.
Solo Code Review
Review Priorities
- Correctness and behavioral regressions
- Security and data handling risks
- Reliability and edge-case handling
- Performance and maintainability concerns
- Missing or weak test coverage
Process
- Read full change set, not only latest commit.
- Identify concrete findings with severity and impact.
- Reference exact files/symbols tied to each issue.
- Note residual risk even when no bugs are found.
Response Format
- Findings first, ordered by severity
- Open questions and assumptions
- Brief change summary last