What problem does it solve?
This Skill prevents guesswork during failed tests and runtime issues by forcing a stop-the-line workflow that reproduces, localizes, reduces, and documents root-cause evidence before any completion claim.
Core Features & Use Cases
- Evidence-first debugging: Captures exact reproduction commands, full error output, exit codes, timestamps, and environment facts before proposing changes.
- Stop-the-line safety: Blocks progress when reproduction, required access, affected contracts, or regression guard inputs are missing or boundary evidence is inaccessible.
- Minimal, guardrailed fixes: Applies the smallest fix that addresses the narrowed cause, then verifies with the original reproduction and adds an appropriate regression guard or documentation handoff.
- Works across common failure types: Deterministic test/build failures, runtime exceptions and wrong behavior, flaky behavior, integration boundary failures, and environment/config deltas.
Quick Start
Run the provided failing command again with full stdout/stderr captured, then report the symptom, affected contract, environment delta, and reproduction evidence before suggesting any fix.