GeiserX

Investigate! — Development skill for Claude Code

Development community

Investigate and fix this issue.

How to install Investigate!

Installs to ~/.claude/skills/geiserx-claude-code-parallel-skills-investigate-/SKILL.md

Terminal
mkdir -p ~/.claude/skills/geiserx-claude-code-parallel-skills-investigate- && curl -fsSL https://raw.githubusercontent.com/GeiserX/claude-code-parallel-skills/HEAD/skills/investigate!.md -o ~/.claude/skills/geiserx-claude-code-parallel-skills-investigate-/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Investigate! does

Investigate and fix this issue. Spawn all agents simultaneously, synthesize findings, implement the fix.

$ARGUMENTS


Phase 1: Parallel Investigation (launch ALL at once)

Each agent gets: the issue description, affected file paths, and their specific lens. Each outputs findings with CONFIDENCE (high/medium/low) and SEVERITY.

  1. Tracer (oh-my-claudecode:tracer) — Follow execution from trigger to failure. Output: timeline of state changes, exact divergence point.
  2. Scientist (oh

Alternatives in Development

  • Investigate — Investigation Skill 1.9k ★
  • Investigate Performance — Investigate a Nimbalyst performance problem (freeze, lag, idle CPU, slow op, memory growth) with measured evid 1.6k ★
  • Hawk Debugger — Use the @hawk-debugger agent to investigate and fix the following bug or build error: $ARGUMENTS 523 ★

Full documentation available on GitHub

View Source Repository