code-review
Installation
SKILL.md
Contains Hooks
This skill uses Claude hooks which can execute code automatically in response to events. Review carefully before installing.
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Code Review
YOUR ARGUMENTS: $ARGUMENTS
DO NOT ask the user for arguments. They are provided above. Parse them NOW and proceed with the review.
The argument is the path to the phase file to review (e.g., plans/voice-assistant/phase-01-database-schema.md).
Recent Git Activity
Recent commits (helps identify which files were modified for this phase):
!git log --oneline -10 2>/dev/null || echo "(not a git repository)"
Recently changed files:
!git diff --name-only HEAD~5 2>/dev/null || echo "(no recent changes)"