بنقرة واحدة
review
Perform a thorough code review of recent changes or specified files.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Perform a thorough code review of recent changes or specified files.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Generate a structured YAML plan for multi-step implementation tasks.
Interactively refine a feature idea through Socratic questioning before planning.
Create a clean, well-structured git commit with automated pre-checks.
Execute a YAML plan file, running each task in a fresh session with checks and auto-commit.
| name | review |
| description | Perform a thorough code review of recent changes or specified files. |
| argument-hint | [file-or-directory] |
| user-invocable | true |
Review the specified target (or recent git changes if none specified).
Identify scope: If $ARGUMENTS specifies files/directories, review those. Otherwise, run git diff --name-only HEAD~1 to find recently changed files.
Read the code: Use Read and Grep to examine the files thoroughly.
Evaluate against criteria:
Report findings in this format:
Items that must be fixed before merging.
Items that should be addressed but are not blockers.
Optional improvements for code quality.
One-paragraph overall assessment.