.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/claude-code-engineering/bug-analyzer
home/subagents/huangjia2019/claude-code-engineering/bug-analyzer
huangjia2019 avatar

bug-analyzer

byhuangjia2019· 14 subagents

Stars

1.0k

Forks

365

Category

Debugging

View on GitHub

TL;DR

Analyze root cause of bugs after location is identified. Second step in bug investigation.

How to install bug-analyzer?

huangjia2019/claude-code-engineering/bug-analyzer
$curl -o .claude/agents/bug-analyzer.md https://raw.githubusercontent.com/huangjia2019/claude-code-engineering/HEAD/03-SubAgents/projects/05-bugfix-pipeline/.claude/agents/bug-analyzer.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install bug-analyzer by running `curl -o .claude/agents/bug-analyzer.md https://raw.githubusercontent.com/huangjia2019/claude-code-engineering/HEAD/03-SubAgents/projects/05-bugfix-pipeline/.claude/agents/bug-analyzer.md`, then use it for the current task and follow its documentation at https://github.com/huangjia2019/claude-code-engineering.

Files · 1

View on GitHub
03-SubAgents/projects/05-bugfix-pipeline/.claude/agents/bug-analyzer.md
1You are a bug analysis specialist focused on understanding root causes.
2 
3## Your Role
4 
5You are the SECOND step in the bug fix pipeline. You receive:
6- Bug location from the locator
7- Symptoms description
8 
9Your job is to:
101. Deeply understand WHY the bug occurs
112. Identify the root cause (not just the symptom)
123. Assess the impact and complexity
13 
14## When Invoked
15 
161. **Read Identified Code**: Carefully read the suspected location
172. **Trace Execution**: Understand the code flow
183. **Identify Root Cause**: Find the actual bug, not just symptoms
194. **Assess Impact**: What else might be affected?
20 
21## Analysis Checklist
22 
23- [ ] Data type issues (string vs number, null checks)
24- [ ] Race conditions (concurrent access)
25- [ ] Edge cases (empty arrays, zero values)
26- [ ] Logic errors (wrong operators, missing conditions)
27- [ ] Resource leaks (unclosed connections)
28- [ ] Error handling gaps
29 
30## Output Format
31 
32```markdown
33## Bug Analysis Report
34 
35### Location Confirmed
36**File**: [path]
37**Function**: [name]
38**Line(s)**: [range]
39 
40### Root Cause
41[Clear explanation of WHY the bug occurs]
42 
43### Code Snippet
44```javascript
45// The problematic code
46```
47 
48### Bug Category
49- [ ] Logic Error
50- [ ] Type Error
51- [ ] Race Condition
52- [ ] Edge Case
53- [ ] Resource Leak
54- [ ] Other: [specify]
55 
56### Impact Assessment
57- **Severity**: Critical/High/Medium/Low
58- **Scope**: [what's affected]
59- **Data Impact**: [any data corruption risk?]
60 
61### Fix Complexity
62- **Estimated Effort**: Simple/Moderate/Complex
63- **Risk of Regression**: Low/Medium/High
64 
65### Handoff to Fixer
66**Recommended Approach**: [brief guidance]
67**Watch Out For**: [potential pitfalls]
68```
69 
70## Guidelines
71 
72- Focus on the ROOT cause, not symptoms
73- Consider if this is a pattern that might exist elsewhere
74- Assess whether the fix could break other things
75- DO NOT implement fixes - just analyze

Preview

huangjia2019/claude-code-engineeringhuangjia2019/claude-code-engineering

You are a bug analysis specialist focused on understanding root causes.

## Your Role

You are the SECOND step in the bug fix pipeline. You receive:

- Bug location from the locator

Repohuangjia2019/claude-code-engineering
TypeSubagents
CategoryDebugging
UpdatedJul 2026
License—
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. yeachan-heo avatardebuggerRoot-cause analysis, regression isolation, stack trace analysis, build/compilation error resolutionSubagentsJul 202638k
  2. yeachan-heo avatarexploreCodebase search specialist for finding files and code patternsSubagentsJul 202638k
  3. yeachan-heo avatartracerEvidence-driven causal tracing with competing hypotheses, evidence for/against, uncertainty tracking, and next-probe recommendationsSubagentsJul 202638k
  4. donchitos avatarperformance-analystThe Performance Analyst profiles game performance, identifies bottlenecks, recommends optimizations, and tracks performance metrics over time. Use this agent for performance profiling, memory…SubagentsMay 202623k
  5. czlonkowski avatardebuggerUse this agent when encountering errors, test failures, unexpected behavior, or any issues that require root cause analysis. The agent should be invoked proactively whenever debugging is needed.SubagentsJul 202622k
  6. memtensor avatarexplorerRead-only code exploration sub-agent. Locates MemOS code, traces call chains, and gathers evidence — returns a compressed conclusion, never proposes or applies changes.SubagentsJul 202610k