Back to skills

investigate

testing

A structured debugging workflow that enforces root cause analysis before any fix is applied. It runs four phases: investigate, analyze, hypothesize, implement. The core rule is simple: no code changes

Setup & Installation

npx skills add https://github.com/garrytan/investigate --skill investigate
or paste the link and ask your coding assistant to install it
https://github.com/garrytan/investigate
View on GitHub

What This Skill Does

A structured debugging workflow that enforces root cause analysis before any fix is applied. It runs four phases: investigate, analyze, hypothesize, implement. The core rule is simple: no code changes until the root cause is confirmed. Instead of patching symptoms and creating whack-a-mole bugs, this enforces a confirmed root cause before touching any code, which means fixes actually stick.

When to use it

  • Working with investigate functionality
  • Implementing investigate features
  • Debugging investigate related issues