بنقرة واحدة
review
Review current code changes for bugs, style issues, and security concerns
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Review current code changes for bugs, style issues, and security concerns
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Guided refactoring with before/after validation
Check project health — environment, dependencies, tools, and configuration
Guided first-session onboarding — helps you go from zero to your first plan and issue
Manage GitHub issues backlog — view, pick, or create work items
Create a structured implementation plan in tasks/todo.md with confidence assessment
Summarize current progress, commit working state, and update task tracking
استنادا إلى تصنيف SOC المهني
| name | review |
| description | Review current code changes for bugs, style issues, and security concerns |
| argument-hint | [file path or 'staged' or 'branch'] |
| user-invocable | true |
| allowed-tools | Read, Grep, Glob, Bash(git diff*), Bash(git status*), Bash(git log*) |
| context | fork |
| agent | general-purpose |
Review the current code changes for bugs, style issues, security concerns, and missed edge cases.
$ARGUMENTS is empty: review all staged changes (git diff --cached) and unstaged changes (git diff).$ARGUMENTS is a file path: review only that file's changes.$ARGUMENTS is "branch": review all changes on the current branch vs. main (git diff main...HEAD).For each changed file, evaluate:
Write findings to scratch/review_latest.md with this structure:
## Review: <branch or file>
### Critical (must fix)
- [file:line] description
### Warning (should fix)
- [file:line] description
### Nit (optional)
- [file:line] description
### Verdict: APPROVE / NEEDS CHANGES
Return a ≤5 line summary to the main context.
After the review, verify the change against these evidence checks:
Flag any of these red flags in your review: