con un clic
review
Review current code changes for bugs, style issues, and security concerns
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Review current code changes for bugs, style issues, and security concerns
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Guided refactoring with before/after validation
Check project health — environment, dependencies, tools, and configuration
Guided first-session onboarding — helps you go from zero to your first plan and issue
Manage GitHub issues backlog — view, pick, or create work items
Create a structured implementation plan in tasks/todo.md with confidence assessment
Summarize current progress, commit working state, and update task tracking
| name | review |
| description | Review current code changes for bugs, style issues, and security concerns |
| argument-hint | [file path or 'staged' or 'branch'] |
| user-invocable | true |
| allowed-tools | Read, Grep, Glob, Bash(git diff*), Bash(git status*), Bash(git log*) |
| context | fork |
| agent | general-purpose |
Review the current code changes for bugs, style issues, security concerns, and missed edge cases.
$ARGUMENTS is empty: review all staged changes (git diff --cached) and unstaged changes (git diff).$ARGUMENTS is a file path: review only that file's changes.$ARGUMENTS is "branch": review all changes on the current branch vs. main (git diff main...HEAD).For each changed file, evaluate:
Write findings to scratch/review_latest.md with this structure:
## Review: <branch or file>
### Critical (must fix)
- [file:line] description
### Warning (should fix)
- [file:line] description
### Nit (optional)
- [file:line] description
### Verdict: APPROVE / NEEDS CHANGES
Return a ≤5 line summary to the main context.
After the review, verify the change against these evidence checks:
Flag any of these red flags in your review: