reproduction-builder
Installation
SKILL.md
Reproduction Builder
Create minimal, reliable reproduction cases for bugs.
When to Use
- Reporting bugs to maintainers
- Isolating intermittent issues
- Documenting bugs for your team
- Creating test cases from bugs
- Helping others understand an issue
The Minimal Reproduction
A minimal reproduction (repro) is:
- Minimal - Remove everything not needed to trigger the bug
- Complete - Contains everything needed to see the bug
- Verifiable - Others can run it and see the same issue
- Isolated - No external dependencies if possible
Related skills