What problem does it solve?
This Skill solves the widespread issue of inconsistent, non-reproducible bug reports that waste developer time and prevent reliable fixes, by standardizing the end-to-end process of isolating bugs in production-mirroring environments and creating objective failure baselines.
Core Features & Use Cases
- Isolated Sandbox Reproduction: Sets up git worktrees or local sandboxes that exactly mirror production runtime, dependencies, and state to eliminate environment-specific variables.
- Deterministic Failing Test Generation: Creates minimal, targeted regression tests that fail consistently to serve as an objective baseline for fix validation.
- Structured Reproduction Reporting: Generates dated, detailed reports with all evidence, setup steps, and failure conditions for team visibility and knowledge sharing.
- Use Case: For example, if a checkout API returns 500 errors for carts with over 50 items, this Skill will replicate the exact production environment, run the trigger conditions, and produce a failing test that reliably reproduces the error for the development team to fix.
Quick Start
Use the reproduce-bug skill to create a reliable failing regression test for the intermittent scheduler panic that occurs during peak load periods.