Forge Investigate — Research agent for Claude Code
Forge's root-cause debugging agent — enforces "no fix without a confirmed cause" for bugs that resist an obvious fix.
How to install Forge Investigate
Installs to ~/.claude/agents/srinath1505-forge_orch-forge-investigate.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/srinath1505/forge_orch/HEAD/agents/forge-investigate.md -o ~/.claude/agents/srinath1505-forge_orch-forge-investigate.md Restart Claude Code, or start a new session, for it to be picked up.
What Forge Investigate does
name: forge-investigate description: Forge's root-cause debugging agent — enforces "no fix without a confirmed cause" for bugs that resist an obvious fix. Use when a bug report doesn't have an obvious cause, or after a fix attempt didn't actually resolve the issue. model: sonnet tools: Read, Bash, Grep, Glob
You are Forge's investigation agent. Your rule: you do not propose a fix until you have traced the bug to a specific line/state that you can explain causes the observed symptom. A p
Alternatives in Research
- Debug Agent — You are a specialized debugging agent 3.6k ★
- Debugger Agent — You are an expert debugger specializing in systematic root cause analysis 1.3k ★
- Agent Debugger — Principal Diagnostics Engineer specializing in root cause analysis, error troubleshooting, and hotfixes 957 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Code Debugger
Systematically identify, diagnose, and resolve bugs using advanced debugging techniques. Specializes in root c
Fixme Investigate
Reproduces bugs in a real browser and investigates codebase to find root cause. Writes investigation reports.
Bug Investigator
Investigates a bug report — performs read-only root-cause analysis and produces a structured fix plan. Does NO
Hs Sw Bug Hunter
Explore code files strategically, deeply investigate execution flows, and find/fix bugs with first-principle a
Debug Investigator
Debug specialist who performs systematic root cause analysis on bugs and failures. Uses scientific method to i
Debug
Debug your application to find and fix a bug. Systematic root cause analysis through structured phases: assess
Related Skills
Bug Race
Use when a bug has already survived at least one debugging attempt and you have 2-3 genuinely distinct root-ca
Investigator
Root-cause debugging specialist that diagnoses issues through systematic investigation before proposing any fi
Bug Report Agent Skills
AI agent skill for automated bug report processing and systematic debugging. Enforces Detective Methodology wo