بنقرة واحدة
deep-review
Sub-agent powered code reviews spanning correctness, tests, consistency, and fit
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Sub-agent powered code reviews spanning correctness, tests, consistency, and fit
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | deep-review |
| description | Sub-agent powered code reviews spanning correctness, tests, consistency, and fit |
| advertise | false |
Provide an excellent code review by defaulting to parallelism.
You should use sub-agents to review the change from multiple angles (correctness, tests, consistency, UX, performance, safety). Each sub-agent should have a focused mandate and return actionable findings with file paths.
Before reviewing, gather context:
BASE="$(git merge-base origin/main HEAD)" then git diff --name-only "${BASE}...HEAD".git diff "${BASE}...HEAD".If the change is large, split review by module and prioritize high-risk paths.
Spawn 2–5 sub-agents depending on scope. Tailor them to the change.
When sub-agent results arrive, produce a consolidated review with:
Issues should have a severity in form of:
| Severity | Description | Example | |----------|-------------| | P0 | Change must not be merged until resolved | Change would permanently break core workflows if merged. | | P1 | Change should not be merged| New code will not work as expected due to severe bugs| | P2 | Consideration required before merging | The change creates inconsistency / fragility | | P3 | Minor issue | The change introduces a minor issue that may be addressed later | | P4 | Long-term issue | The change raises concerns about long-term maintainability or may break under rare conditions |
Use this rubric to avoid blind spots:
Per-workspace KIND clusters for coder-k8s dev + demos.
Index + offline snapshot of coder/coder documentation (progressive disclosure).
Guidelines for creating and managing Pull Requests in this repo