code-review
Perform structured code reviews. Triggers on: 'code review', 'review code', 'review PR'.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Perform structured code reviews. Triggers on: 'code review', 'review code', 'review PR'.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Evaluate architectural decisions, propose ADRs. Triggers on: 'architecture review', 'ADR', 'design review'.
Create GitHub pull requests. Triggers on: 'create PR', 'pull request', 'submit PR'.
Evaluate strategic direction changes before execution. Triggers on: 'direction change', 'strategic decision', 'pivot'.
Triage and organize GitHub issues. Triggers on: 'triage', 'triage issues', 'organize backlog'.
Create new custom agent definition. Triggers on: 'create agent', 'new agent'.
Create new instructions file. Triggers on: 'create instructions', 'new instructions'.
| name | code-review |
| description | Perform structured code reviews. Triggers on: 'code review', 'review code', 'review PR'. |
Perform thorough, structured code reviews focusing on security, performance, maintainability, and correctness.
Before reviewing, gather context:
git diff main...HEAD
# Or for a specific PR
gh pr diff <number>
**[SEVERITY]** Brief description
**Location:** file.py:42
**Issue:**
Explanation of the problem.
**Suggestion:**
Recommended fix.
**Why:**
Explanation of why this matters.
Severity levels:
## Review Summary
**Overall:** ✅ Approved / ⚠️ Changes Requested / ❌ Needs Work
### Stats
- Files reviewed: X
- Issues found: X (Y blockers, Z major)
### Highlights
- 💚 Good practices observed
### Required Changes
1. 🔴 [Blocker description]
2. 🟠 [Major issue description]
### Suggestions
1. 🔵 [Optional improvement]