with one click
review
Perform a thorough code review of recent changes or specified files.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Perform a thorough code review of recent changes or specified files.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Generate a structured YAML plan for multi-step implementation tasks.
Interactively refine a feature idea through Socratic questioning before planning.
Create a clean, well-structured git commit with automated pre-checks.
Execute a YAML plan file, running each task in a fresh session with checks and auto-commit.
| name | review |
| description | Perform a thorough code review of recent changes or specified files. |
| argument-hint | [file-or-directory] |
| user-invocable | true |
Review the specified target (or recent git changes if none specified).
Identify scope: If $ARGUMENTS specifies files/directories, review those. Otherwise, run git diff --name-only HEAD~1 to find recently changed files.
Read the code: Use Read and Grep to examine the files thoroughly.
Evaluate against criteria:
Report findings in this format:
Items that must be fixed before merging.
Items that should be addressed but are not blockers.
Optional improvements for code quality.
One-paragraph overall assessment.