一键导入
review
Perform a structured review of code or recent changes. Use when the user wants correctness, security, maintainability, and coverage findings.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Perform a structured review of code or recent changes. Use when the user wants correctness, security, maintainability, and coverage findings.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Produce a structured handoff document summarizing completed work and next steps.
Produce a phased execution plan aligned to the oh-my-gemini roadmap gates.
Perform a structured code review of recent changes or a specific scope.
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.
| name | review |
| aliases | ["/review","code review","review code","review pr"] |
| primaryRole | reviewer |
| description | Perform a structured review of code or recent changes. Use when the user wants correctness, security, maintainability, and coverage findings. |
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>]