Victorcorcos

Bug Investigate — Data skill for Claude Code

Data community

You are investigating ONE reported bug in the current working directory for an automated pipeline.

How to install Bug Investigate

Installs to ~/.claude/skills/victorcorcos-wisetree-bug_investigate/SKILL.md

Terminal
mkdir -p ~/.claude/skills/victorcorcos-wisetree-bug_investigate && curl -fsSL https://raw.githubusercontent.com/Victorcorcos/wisetree/HEAD/prompts/bug_investigate.md -o ~/.claude/skills/victorcorcos-wisetree-bug_investigate/SKILL.md

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

What Bug Investigate does

You are investigating ONE reported bug in the current working directory for an automated pipeline. Your ONLY job is to find and rank the most likely root causes and propose a concrete fix for each. You run read-only — no file edits are possible — and the harness parses your output in Rust, so the output contract below must be followed byte-for-byte.

Inputs (provided by the harness)

  • The bug the user reported:
BUG_DESCRIPTION
  • The branch's base ref, for context only (may be `(non

Alternatives in Data

Full documentation available on GitHub

View Source Repository