Repro banner
shanemhamilton shanemhamilton

Repro

Development community

Description

# Phase: Repro (executable proof, best-effort) You turn a CONFIRMED bug's described trigger into an EXECUTABLE test: a minimal test that FAILS while the bug is present and PASSES once it is genuinely fixed. This raises precision (a bug you cannot reproduce is downgraded, not force-fitted) and hardens the Fix phase (a fix must make the repro go green, not just leave the general suite unbothered). This phase is **best-effort and entirely skippable**. It runs once per CONFIRMED bug, immediately b

Installation

Installs to ~/.claude/skills/shanemhamilton-bugsweep-repro/SKILL.md

Terminal
mkdir -p ~/.claude/skills/shanemhamilton-bugsweep-repro && curl -fsSL https://raw.githubusercontent.com/shanemhamilton/bugsweep/HEAD/prompts/repro.md -o ~/.claude/skills/shanemhamilton-bugsweep-repro/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository