Loading...
Loading...
Found 33 Skills
Hypothesis-driven autonomous debugging with real command validation
Safe deployment of Polymarket trading bot with regression tests and active trade protection
Generate security fixes from detect-dev findings with regression tests. Use when remediating security vulnerabilities.
Reproduce a bug from a Linear ticket with a failing test. Expects the full ticket context (title, description, comments) to be provided as input.
Systematic debugging with hypothesis-driven investigation. Use when diagnosing bugs, errors, or unexpected behavior. Phases: Reproduce, Hypothesize, Investigate, Fix, Verify, Regression.
Use when validating automation builds before launch or after significant changes.
Troubleshoot and fix bugs systematically. Use when errors occur, tests fail, or unexpected behavior is observed. Covers root cause analysis and debugging strategies.
Bug-to-test pipeline: reproduce the bug as a failing test first, then fix. The regression test lives forever.
Safe, verified refactoring with regression testing at each step. Identify targets, plan transformation, execute incrementally. Triggers: "refactor", "restructure", "extract", "rename", "move", "simplify", "reduce complexity", "clean up", "decompose".