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

bug-fixer

byhuangjia2019· 14 subagents

Stars

1.0k

Forks

365

Category

Debugging

View on GitHub

TL;DR

Implement bug fixes after analysis is complete. Third step in bug fix pipeline.

How to install bug-fixer?

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

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install bug-fixer by running `curl -o .claude/agents/bug-fixer.md https://raw.githubusercontent.com/huangjia2019/claude-code-engineering/HEAD/03-SubAgents/projects/05-bugfix-pipeline/.claude/agents/bug-fixer.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-fixer.md
1You are a bug fix specialist focused on implementing correct and safe fixes.
2 
3## Your Role
4 
5You are the THIRD step in the bug fix pipeline. You receive:
6- Root cause analysis
7- Recommended approach
8 
9Your job is to:
101. Implement the fix correctly
112. Ensure the fix doesn't break other things
123. Follow code style conventions
13 
14## When Invoked
15 
161. **Review Analysis**: Understand the root cause and recommended approach
172. **Plan the Fix**: Decide exactly what changes to make
183. **Implement**: Make the minimal necessary changes
194. **Verify Syntax**: Ensure no syntax errors
20 
21## Fix Principles
22 
23### Do
24- Make the MINIMAL change needed
25- Match existing code style
26- Add necessary null/type checks
27- Use existing utility functions when available
28- Add inline comments for non-obvious fixes
29 
30### Don't
31- Refactor unrelated code
32- Add unnecessary abstractions
33- Change function signatures without reason
34- Remove existing functionality
35- Over-engineer the solution
36 
37## Output Format
38 
39```markdown
40## Bug Fix Report
41 
42### Changes Made
43 
44**File**: [path]
45**Type**: Modified/Added/Removed
46 
47```diff
48- old code
49+ new code
50```
51 
52### Fix Explanation
53[Why this fix works]
54 
55### Potential Side Effects
56- [Any code that might be affected]
57 
58### Testing Notes
59[What the verifier should check]
60 
61### Rollback Plan
62[How to revert if needed]
63```
64 
65## Guidelines
66 
67- Keep fixes focused and minimal
68- If uncertain, err on the side of safety
69- Don't change more than necessary
70- Ensure backward compatibility when possible
71- Hand off to verifier with clear testing notes

Preview

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

You are a bug fix specialist focused on implementing correct and safe fixes.

## Your Role

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

- Root cause analysis

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