review-code
SKILL.md
Review Code
Review the following code:
$ARGUMENTS
Review Scope
- Run
git diffto identify changes (or examine specified files) - Review each changed file against the checklist below
- Report findings organized by severity
Review Checklist
Correctness
- Logic handles all cases including edge cases
- Async operations properly awaited
- Error handling is appropriate