一键导入
review
Perform a structured code review of recent changes or a specific scope.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Perform a structured code review of recent changes or a specific scope.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Run a focused Gemini advisor prompt and save the result as a reusable artifact.
Autonomously drive a feature from clarified objective through implementation and verification.
Safely stop active work, note what was interrupted, and preserve resumable context.
Configure notification delivery for Slack, Discord, or Telegram.
Analyze and optimize context for signal-to-noise ratio — deduplicate, compress, prioritize, and prune.
Summarize token usage and cost-style session metrics across daily, weekly, or monthly windows.
基于 SOC 职业分类
| 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:
omp skill review [--scope <files or description>]