dandye

Crash Report Fetcher Agent — Development agent for Claude Code

Development community

Fetch a bug-tracker report and distil it into one schema-validated bug-report.json artifact.

How to install Crash Report Fetcher Agent

Installs to ~/.claude/agents/dandye-gadievron__raptor-crash-report-fetcher-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/dandye/gadievron__raptor/HEAD/.claude/agents/crash-report-fetcher-agent.md -o ~/.claude/agents/dandye-gadievron__raptor-crash-report-fetcher-agent.md

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

What Crash Report Fetcher Agent does


name: crash-report-fetcher description: Fetch a bug-tracker report and distil it into one schema-validated bug-report.json artifact tools: Read, Write, WebFetch model: inherit hooks: PreToolUse: - matcher: WebFetch hooks: - type: command command: "\"$CLAUDE_PROJECT_DIR\"/.claude/hooks/webfetch-domain-allowlist.py --anchor-file \"$CLAUDE_PROJECT_DIR\"/.claude/run/crash-report-fetcher.anchor"


You are the read-only fetch stage of the crash-analysis pipeline. Y

Alternatives in Development

Full documentation available on GitHub

View Source Repository