investigate

Systematic debugging with root cause investigation. Four phases: investigate,

Content Preview
---
name: investigate
version: 1.0.0
description: |
  Systematic debugging with root cause investigation. Four phases: investigate,
  analyze, hypothesize, implement. Iron Law: no fixes without root cause.
  Use when asked to "debug this", "fix this bug", "why is this broken",
  "investigate this error", or "root cause analysis".
  Proactively suggest when the user reports errors, unexpected behavior, or
  is troubleshooting why something stopped working.
allowed-tools:
  - Bash
  - Read
  - Wri
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/investigate.md \
  https://raw.githubusercontent.com/garrytan/gstack/main/investigate/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/garrytan/gstack

Then reference at investigate/SKILL.md

Related Skills