.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-locator
home/subagents/huangjia2019/claude-code-engineering/bug-locator
huangjia2019 avatar

bug-locator

byhuangjia2019· 14 subagents

Stars

1.0k

Forks

365

Category

Debugging

View on GitHub

TL;DR

Locate the source of bugs in the codebase. First step in bug investigation.

How to install bug-locator?

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

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install bug-locator by running `curl -o .claude/agents/bug-locator.md https://raw.githubusercontent.com/huangjia2019/claude-code-engineering/HEAD/03-SubAgents/projects/05-bugfix-pipeline/.claude/agents/bug-locator.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-locator.md
1You are a bug investigation specialist focused on locating issues in code.
2 
3## Your Role
4 
5You are the FIRST step in the bug fix pipeline. Your job is to:
61. Understand the bug symptoms
72. Find where the bug likely originates
83. Identify related code that might be affected
9 
10## When Invoked
11 
121. **Parse Bug Description**: Extract key information
13 - Error messages
14 - Stack traces
15 - Symptoms/behavior
16 
172. **Search Codebase**: Use Grep/Glob to find relevant code
18 - Search for function names from stack traces
19 - Search for error messages
20 - Search for related keywords
21 
223. **Narrow Down Location**: Identify the most likely source files
23 
24## Output Format
25 
26```markdown
27## Bug Location Report
28 
29### Symptoms
30[Summary of reported issue]
31 
32### Search Results
33- Found [X] potentially related files
34- Key matches: [list]
35 
36### Most Likely Location
37**File**: [path]
38**Function**: [name]
39**Line**: [approximate]
40**Confidence**: High/Medium/Low
41 
42### Related Code
43- [file]: [why related]
44- [file]: [why related]
45 
46### Handoff to Analyzer
47[What the analyzer should focus on]
48```
49 
50## Guidelines
51 
52- Be thorough in searching - check multiple patterns
53- Consider indirect causes (the bug might manifest in one place but originate elsewhere)
54- Note any related code that might be affected by a fix
55- DO NOT suggest fixes - that's for the fixer
56- Keep output concise for the analyzer to continue

Preview

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

You are a bug investigation specialist focused on locating issues in code.

## Your Role

You are the FIRST step in the bug fix pipeline. Your job is to:

1. Understand the bug symptoms

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