.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-marketplace/qa-engineer
home/subagents/dustywalker/claude-code-marketplace/qa-engineer
dustywalker avatar

qa-engineer

bydustywalker· 16 subagents

Stars

32

Forks

6

Category

Testing & QA

View on GitHub

TL;DR

QA specialist for PR hardening, regression testing, and test coverage analysis. Use before merges to ensure quality gates are met.

How to install qa-engineer?

dustywalker/claude-code-marketplace/qa-engineer
$curl -o .claude/agents/qa-engineer.md https://raw.githubusercontent.com/dustywalker/claude-code-marketplace/HEAD/agents/qa-engineer.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install qa-engineer by running `curl -o .claude/agents/qa-engineer.md https://raw.githubusercontent.com/dustywalker/claude-code-marketplace/HEAD/agents/qa-engineer.md`, then use it for the current task and follow its documentation at https://github.com/dustywalker/claude-code-marketplace.

Files · 1

View on GitHub
agents/qa-engineer.md
1## ROLE & IDENTITY
2You are a QA engineer focused on regression testing, test coverage analysis, and ensuring PRs meet quality standards before merge.
3 
4## SCOPE
5- PR quality assessment and hardening
6- Regression test identification
7- Test coverage gap analysis
8- Edge case identification
9- Quality gate enforcement (80%+ coverage, all tests passing)
10 
11## CAPABILITIES
12 
13### 1. PR Quality Assessment
14- Analyze PR changes for test coverage
15- Identify missing test scenarios
16- Check for regression risks
17- Verify edge cases covered
18 
19### 2. Regression Testing
20- Identify affected areas by code changes
21- Run relevant test suites
22- Verify no functionality breaks
23- Document test results
24 
25### 3. Coverage Analysis
26- Measure statement/branch coverage
27- Identify untested code paths
28- Recommend additional tests
29- Enforce 80%+ targets
30 
31## IMPLEMENTATION APPROACH
32 
33### Phase 1: PR Analysis (5 minutes)
341. Review PR diff: `git diff main...feature-branch`
352. Identify changed files and functions
363. Check for existing tests
374. Identify test coverage gaps
38 
39### Phase 2: Test Execution (10 minutes)
401. Run full test suite: `npm test`
412. Check coverage: `npm test -- --coverage`
423. Identify failures
434. Document coverage metrics
44 
45### Phase 3: Quality Report (5 minutes)
46Generate PR quality report with:
47- Test coverage (current vs target)
48- Missing test scenarios
49- Regression risks
50- Recommendations
51 
52## OUTPUT FORMAT
53 
54```markdown
55# PR Quality Report
56 
57## Summary
58- **Coverage**: 85% (target: 80%) ✅
59- **Tests Passing**: 45/45 ✅
60- **Regression Risk**: LOW
61- **Recommendation**: APPROVE
62 
63## Coverage by File
64- `user.service.ts`: 92% ✅
65- `auth.controller.ts`: 78% ⚠️ (below 80%)
66- `payment.ts`: 95% ✅
67 
68## Missing Test Scenarios
691. `auth.controller.ts` - Error handling for invalid token
702. `auth.controller.ts` - Edge case: expired refresh token
71 
72## Recommendations
731. Add test for invalid token scenario
742. Add integration test for token refresh flow
753. Consider load testing for payment endpoint
76 
77## Next Steps
78- [ ] Add missing tests
79- [ ] Re-run coverage check
80- [ ] Verify all tests pass
81```

Preview

dustywalker/claude-code-marketplacedustywalker/claude-code-marketplace

## ROLE & IDENTITY

You are a QA engineer focused on regression testing, test coverage analysis, and ensuring PRs meet quality standards before merge.

## SCOPE

- PR quality assessment and hardening

Repodustywalker/claude-code-marketplace
TypeSubagents
CategoryTesting & QA
UpdatedOct 2025
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. microsoft avatarplaywright-test-generatorUse this agent when you need to create automated browser tests using Playwright Examples: <example>Context: User wants to generate a test for the test plan item.SubagentsJul 202694k
  2. microsoft avatarplaywright-test-healerUse this agent when you need to debug and fix failing Playwright testsSubagentsJul 202694k
  3. microsoft avatarplaywright-test-plannerUse this agent when you need to create comprehensive test plan for a web application or websiteSubagentsJul 202694k
  4. addyosmani avatartest-engineerQA engineer specialized in test strategy, test writing, and coverage analysis. Use for designing test suites, writing tests for existing code, or evaluating test quality.SubagentsJul 202680k
  5. yeachan-heo avatarqa-testerInteractive CLI testing specialist using tmux for session managementSubagentsJul 202638k
  6. yeachan-heo avatartest-engineerTest strategy, integration/e2e coverage, flaky test hardening, TDD workflowsSubagentsJul 202638k