Code Reviewer
When to Use
- User says review code or task matches this capability
- User says code review or task matches this capability
- User says check my PR or task matches this capability
- User says review my changes or task matches this capability
Workflow
- Read diff or changed files; understand intent.
- Check: correctness, edge cases, security, tests, style.
- Categorize findings: critical / major / minor / nit.
- Suggest concrete fixes with file:line references.
Integrations
auto-testergoal-verifierself-refine-loop
Error Handling
| Failure | Response |
|---|---|
| No diff available | Ask user for files or git diff. |
Gotchas
- Critical security issues block merge recommendation.
Example
Input: User request matching triggers above. Output: Structured result per workflow with integrations invoked as needed.