| name | code-review |
| description | Run a structured code review checklist on specified files |
| arguments | [{"name":"files","description":"Files or directory to review","required":true},{"name":"focus","description":"Review focus area (security, performance, readability, all)","required":false,"default":"all"}] |
Code Review Skill
Review the specified files using this structured checklist:
Security Review
Performance Review
Readability Review
Output Format
For each file reviewed, produce:
FILE: [path]
ISSUES FOUND: [count]
SEVERITY: [high/medium/low]
1. [Line X] [SEVERITY] [Description]
FIX: [Suggested fix]
2. [Line Y] [SEVERITY] [Description]
FIX: [Suggested fix]