بنقرة واحدة
plumber-help
Quick reference for plumber's modes and commands. One-shot display.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Quick reference for plumber's modes and commands. One-shot display.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Audit the whole repo for accumulated patches masking design flaws. Ranked by root cause impact.
Show explicit root cause diagnosis before writing any code.
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.
| name | plumber-help |
| description | Quick reference for plumber's modes and commands. One-shot display. |
| homepage | https://github.com/akshatnerella/plumber |
| license | MIT |
Display this reference card when invoked. One-shot, do NOT change mode or persist anything.
| Level | Trigger | What changes |
|---|---|---|
| Lite | /plumber lite | Writes the fix, flags the cleaner redesign in one line. You decide. |
| Full | /plumber | Ladder enforced: root cause → design check → remove → simplest. Default. |
| Ultra | /plumber ultra | Won't write a line until root cause is identified. Challenges whether the problem should exist. |
Level sticks until changed or session end.
| Command | What it does |
|---|---|
/plumber [lite|full|ultra|off] | Toggle mode and intensity |
/plumber-diagnose | Explicit step-by-step root cause breakdown before acting |
/plumber-review | Review current diff for patchwork and complexity debt |
/plumber-audit | Whole-repo patchwork audit, ranked by impact |
/plumber-help | This card |
Say "stop plumber" or "normal mode". Resume anytime with /plumber.
/plumber off also works.
Full docs + examples: https://github.com/akshatnerella/plumber