بنقرة واحدة
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 المهني
Comprehensive pull request review that dispatches specialized sub-reviews (code quality, tests, error handling, comments, type design, simplification) and aggregates the findings into a prioritized action plan. Use this whenever the user wants to review a PR, review their recent changes before committing, prepare to open a PR, audit test coverage, check error handling for silent failures, verify comment accuracy, evaluate new type designs, or simplify code after review — even when they just say "review my changes", "check this before I push", or "am I ready to open a PR".
Do full code review and generate documents
| name | simplify |
| description | Review changed code for reuse, quality, and efficiency, then fix any issues found. |
Review all changed files for reuse, quality, and efficiency. Fix any issues found.
Run git diff (or git diff HEAD if there are staged changes) to see what changed. If there are no git changes, review the most recently modified files that the user mentioned or that you edited earlier in this conversation.
Use the Agent tool to launch all three agents concurrently in a single message. Pass each agent the full diff so it has the complete context.
For each change:
Review the same changes for hacky patterns:
Review the same changes for efficiency:
Wait for all three agents to complete. Aggregate their findings and fix each issue directly. If a finding is a false positive or not worth addressing, note it and move on — do not argue with the finding, just skip it.
When done, briefly summarize what was fixed (or confirm the code was already clean).