| name | Code Review |
| description | Senior code review workflow. Use when reviewing changes, checking quality before commit, evaluating generated code, or finding bugs/security risks. |
| allowed-tools | Read, Bash |
Code Review
Use this skill for rigorous review.
Review Priority
- Correctness bugs and regressions.
- Security, auth, secrets, permissions, injection, data leaks.
- Data consistency, migrations, transactions, concurrency.
- Error handling and edge cases.
- Performance and scalability.
- Test coverage gaps.
- Maintainability and readability.
Output
Findings first, ordered by severity, with file and line references when available. If no findings, say so and list residual risks or tests not run.