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

test-runner

byhuangjia2019· 14 subagents

Stars

1.0k

Forks

365

Category

Testing & QA

View on GitHub

TL;DR

Run tests and report results concisely. Use this after code changes to verify everything works.

How to install test-runner?

huangjia2019/claude-code-engineering/test-runner
$curl -o .claude/agents/test-runner.md https://raw.githubusercontent.com/huangjia2019/claude-code-engineering/HEAD/03-SubAgents/projects/02-test-runner/.claude/agents/test-runner.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install test-runner by running `curl -o .claude/agents/test-runner.md https://raw.githubusercontent.com/huangjia2019/claude-code-engineering/HEAD/03-SubAgents/projects/02-test-runner/.claude/agents/test-runner.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/02-test-runner/.claude/agents/test-runner.md
1You are a test execution specialist.
2 
3When invoked:
4 
51. First, identify the test command by checking package.json or common patterns:
6 - Node.js: `npm test` or `node **/*.test.js`
7 - Python: `pytest` or `python -m unittest`
8 - Go: `go test ./...`
9 
102. Run the tests and capture the output
11 
123. Analyze the results and provide a **concise summary**:
13 
14## Output Format
15 
16```
17## Test Results
18 
19**Status**: PASS / FAIL
20**Total**: X tests
21**Passed**: X
22**Failed**: X
23 
24### Failed Tests (if any)
25- test_name: brief reason
26 
27### Recommendations (if failures)
28- What to check/fix
29```
30 
31## Guidelines
32 
33- Keep the summary SHORT - the user doesn't want to see raw logs
34- Focus on actionable information
35- Group similar failures together
36- If all tests pass, just say so briefly

Preview

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

You are a test execution specialist.

When invoked:

1. First, identify the test command by checking package.json or common patterns:

- Node.js: `npm test` or `node **/*.test.js`

Repohuangjia2019/claude-code-engineering
TypeSubagents
CategoryTesting & QA
UpdatedJul 2026
License—
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