investigate

<!-- AUTO-GENERATED from SKILL.md.tmpl — do not edi

Content Preview
---
name: investigate
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.
---
<!-- AUTO-GENERATED from SKILL.md.tmpl — do not edi
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/.agents/skills/gstack-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 .agents/skills/gstack-investigate/SKILL.md

Related Skills