بنقرة واحدة
simplify
Review changed code for reuse, quality, and efficiency, then fix any issues found
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Review changed code for reuse, quality, and efficiency, then fix any issues found
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Research and plan a large-scale mechanical change, then execute it in parallel across independent work units
Review staged changes and create a conventional git commit
Diagnose agent session issues — show recent logs, tool errors, and configuration problems
Review auto-memory entries and promote useful ones to CLAUDE.md or project memory files
Capture the current session's repeatable process into a reusable SKILL.md file
Diagnose a frozen, slow, or stuck agent session by inspecting running processes and recent logs
| name | simplify |
| description | Review changed code for reuse, quality, and efficiency, then fix any issues found |
| when_to_use | After writing or modifying code, to review and improve it. Invoke after completing a feature or fix. |
| argument-hint | optional: file paths or focus area |
| context | fork |
| allowed-tools | ["bash","read_file","write_file","file_edit","glob","grep_file","git_diff","git_status"] |
Review the recently changed code for opportunities to improve quality, reduce duplication, and increase efficiency. Run three focused reviews in parallel, then apply the fixes.
$ARGUMENTS
Run git diff HEAD --name-only (or inspect the files specified in $ARGUMENTS) to determine which files changed.
Launch three concurrent review passes over the changed files:
For each finding from the three reviews:
List what was changed and why, grouped by review category (Reuse / Quality / Efficiency). If nothing needed fixing in a category, say so explicitly.