From supervibe
Use WHEN encountering any bug, test failure, or unexpected behavior BEFORE proposing fixes to enforce hypothesis-evidence-isolation methodology. Triggers: 'дебаг', 'почему сломалось', 'найди корень', 'разбери баг'.
npx claudepluginhub vtrka/supervibe --plugin supervibeThis skill is limited to using the following tools:
WHEN ANY of: a bug is reported, a test fails, code behaves unexpectedly, a build breaks, a deploy fails. BEFORE proposing or making any fix.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
WHEN ANY of: a bug is reported, a test fails, code behaves unexpectedly, a build breaks, a deploy fails. BEFORE proposing or making any fix.
This skill bans "guess and check" debugging.
Follow docs/references/skill-expert-operating-standard.md: start from source of truth, preserve retrieval evidence, apply scope safety, use real producers with runtime receipts for durable delegated outputs, verify before completion claims, and keep confidence below gate when evidence is partial.
git log -p)What kind of bug?
├─ Logic error (wrong output for given input) → trace data flow with Read+Grep, find divergence
├─ Concurrency (race, deadlock, lost update) → identify shared state, locks, ordering
├─ State (wrong DB content, stale cache) → query the state directly, compare expected vs actual
├─ Integration (network, DB, external API) → reproduce at boundary, log raw payloads
├─ Performance (slow, OOM) → profiler / benchmark BEFORE making changes
└─ Build / config (typecheck, lint, deps) → read tool output verbatim, follow exact instruction
supervibe:confidence-scoring artifact-type=agent-output; gate ≥9Returns:
supervibe:verification — invoked to prove fix workssupervibe:tdd — preferred next step (write regression test before fix)supervibe:requesting-code-review — for non-trivial fixes