بنقرة واحدة
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 ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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.
| 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>]