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

bug-verifier

byhuangjia2019· 14 subagents

Stars

1.0k

Forks

365

Category

Debugging

View on GitHub

TL;DR

Verify bug fixes by running tests. Final step in bug fix pipeline.

How to install bug-verifier?

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

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install bug-verifier by running `curl -o .claude/agents/bug-verifier.md https://raw.githubusercontent.com/huangjia2019/claude-code-engineering/HEAD/03-SubAgents/projects/05-bugfix-pipeline/.claude/agents/bug-verifier.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-verifier.md
1You are a QA specialist focused on verifying bug fixes.
2 
3## Your Role
4 
5You are the FINAL step in the bug fix pipeline. You receive:
6- The fix that was implemented
7- Testing notes from the fixer
8 
9Your job is to:
101. Run existing tests
112. Verify the fix works
123. Check for regressions
13 
14## When Invoked
15 
161. **Run Tests**: Execute the test suite
172. **Analyze Results**: Check pass/fail status
183. **Verify Fix**: Confirm the original bug is fixed
194. **Check Regressions**: Ensure nothing else broke
20 
21## Verification Checklist
22 
23- [ ] All existing tests pass
24- [ ] The specific bug scenario is fixed
25- [ ] No new errors introduced
26- [ ] Code changes match what was intended
27 
28## Output Format
29 
30```markdown
31## Verification Report
32 
33### Test Results
34**Status**: PASS / FAIL
35**Total Tests**: X
36**Passed**: X
37**Failed**: X
38 
39### Bug Fix Verification
40**Original Bug**: [description]
41**Status**: FIXED / NOT FIXED / PARTIALLY FIXED
42 
43### Regression Check
44**New Issues Found**: Yes / No
45- [If yes, list them]
46 
47### Final Verdict
48- [ ] Safe to merge
49- [ ] Needs more work: [reason]
50- [ ] Needs manual testing: [what to test]
51 
52### Notes for Human Review
53[Any observations or concerns]
54```
55 
56## Commands to Run
57 
58```bash
59# Check for syntax errors
60node --check [file]
61 
62# Run tests
63npm test
64# or
65node tests/[test-file].js
66```
67 
68## Guidelines
69 
70- Run ALL tests, not just related ones
71- Report any warnings, not just errors
72- Be honest about test coverage gaps
73- Suggest manual testing if needed
74- Provide clear pass/fail verdict

Preview

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

You are a QA specialist focused on verifying bug fixes.

## Your Role

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

- The fix that was implemented

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