with one click
review
Perform a structured code review of recent changes or a specific scope.
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 structured code review of recent changes or a specific scope.
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
Produce a structured handoff document summarizing completed work and next steps.
Produce a phased execution plan aligned to the oh-my-gemini roadmap gates.
Orchestrate parallel tmux workers for a multi-agent team task.
Verify that acceptance criteria are met and work is complete.
Run a focused Gemini advisor prompt and save the reusable result artifact. Use when the user wants a quick advisor-style answer without a full workflow.
Drive a task from clarified objective through implementation and verification. Use when the user wants end-to-end autonomous execution.
| name | review |
| aliases | ["/review","code review","review code","review pr"] |
| primaryRole | reviewer |
| description | Perform a structured code review of recent changes or a specific scope. |
Use this skill when the user wants to perform a code review.
Executes a structured code review covering correctness, security, maintainability, and test coverage. Outputs findings with severity ratings (critical / high / medium / low).
## Review Summary
### Critical
- [ ] <issue with file:line reference>
### High
- [ ] <issue with file:line reference>
### Medium
- [ ] <issue with file:line reference>
### Low / Suggestions
- [ ] <suggestion>
Run via skill dispatch:
omg skill review [--scope <files or description>]