en un clic
review
Review the current PR or staged changes for issues
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Review the current PR or staged changes for issues
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
Install dependencies and configure the local dev environment
Build, test, and open a pull request for the current branch
Run the test suite and analyze any failures
| name | review |
| description | Review the current PR or staged changes for issues |
| disable-model-invocation | true |
| allowed-tools | Read Grep Bash(git *) |
Git status: !git status --short
Staged diff: !git diff --cached
Unstaged diff: !git diff
Recent commits: !git log --oneline -10
Review the changes above. For each issue found, report:
Focus on bugs and security issues first. Skip style nits unless they cause confusion. Only report real issues — don't pad with "looks good" commentary.