Forgent analyze-bug-root-cause
systematic code analysis to identify root cause-based skill consuming issue_description, code_context to produce bug_analysis
install
source · Clone the upstream repo
git clone https://github.com/mirandaguillaume/forgent
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/mirandaguillaume/forgent "$T" && mkdir -p ~/.claude/skills && cp -r "$T/internal/bench/fixtures/swebench-imported/autocoderover-patch/output-standard/skills/analyze-bug-root-cause" ~/.claude/skills/mirandaguillaume-forgent-analyze-bug-root-cause && rm -rf "$T"
manifest:
internal/bench/fixtures/swebench-imported/autocoderover-patch/output-standard/skills/analyze-bug-root-cause/SKILL.mdsource content
Analyze Bug Root Cause
Guardrails
- timeout: 300s
- must preserve existing functionality
- focus only on bug analysis, not test modifications
Context
Consumes: issue_description, code_context Produces: bug_analysis Memory: short-term
Strategy
Approach: systematic code analysis to identify root cause Tools: read_file, grep, search
Steps
- analyze issue description for symptoms
- examine provided code context
- trace through code flow to identify bug location
- determine minimal scope of changes needed
Security
- Filesystem: read-only
- Network: none