Code Reviewer
This skill invokes the code-reviewer agent for autonomous code review.
Quick Reference
Invoke: /code-reviewer [target]
Targets:
- •File path(s)
- •Git diff/PR reference
- •Directory to scan
Output Severity Levels
- •🔴 CRITICAL: Must fix before merge
- •🟡 WARNING: Should address
- •ℹ️ SUGGESTION: Nice to have
Checklist Categories
See references/checklist.md for full criteria:
- •Code Organisation & Structure
- •Functional Programming
- •Error Handling
- •Performance
- •Security
- •Test Coverage
- •Date/Time Handling
- •Bug Discovery (bugmagnet)
Agent Behaviour
The code-reviewer agent:
- •Determines review scope
- •Reads target files
- •Searches for patterns (Grep/Glob)
- •Applies checklist criteria
- •Runs bugmagnet for test gaps
- •Returns structured findings report
Runs autonomously without user interaction.