بنقرة واحدة
plumber-diagnose
Show explicit root cause diagnosis before writing any code.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Show explicit root cause diagnosis before writing any code.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Audit the whole repo for accumulated patches masking design flaws. Ranked by root cause impact.
Quick reference for plumber's modes and commands. One-shot display.
Review a diff for patchwork. Finds design flaws being covered, phantom error handling, complexity fighting complexity.
Root cause first. Fixes the pipe, not the floor. Silent diagnostic before every code change.
Root cause first. Fixes the pipe, not the floor. Forces genuinely simple solutions over patchwork code.
استنادا إلى تصنيف SOC المهني
| name | plumber-diagnose |
| description | Show explicit root cause diagnosis before writing any code. |
| homepage | https://github.com/akshatnerella/plumber |
| license | MIT |
Run the plumber diagnostic explicitly before writing any code. Show your work.
Root cause: [what is actually broken, not the symptom]
Design flaw? [yes/no — if yes, what is wrong structurally]
Patch or redesign? [decision + one-line reason]
What to delete: [anything unnecessary]
Solution: [the genuinely simple fix]
Do not write code until the diagnosis is shown. One-shot diagnostic, then implement.