From jet-skills
Debug methodically — reproduce, minimise, hypothesise, instrument, fix, then add a regression test. Use whenever the user is chasing a bug, says "why is this failing", "help me debug", or has a flaky/mysterious failure.
How this skill is triggered — by the user, by Claude, or both
Slash command
/jet-skills:diagnoseThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Iron law: no fix without a reproduction and a confirmed cause.** Don't shotgun changes hoping one sticks.
Iron law: no fix without a reproduction and a confirmed cause. Don't shotgun changes hoping one sticks.
Work the loop:
tdd skill.)For flaky/intermittent bugs, the repro step is the work: pin down the nondeterminism (ordering, concurrency, time, external state) before hypothesising. Report what you ruled out, not just the fix.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub prestarius/jet-skills-stack --plugin jet-skills