.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

…/dotforge/test-runner
home/subagents/luiseiman/dotforge/test-runner
luiseiman avatar

test-runner

byluiseiman· 7 subagents

Stars

8

Forks

1

Category

Testing & QA

View on GitHub

TL;DR

Delegate for writing new tests, running test suites, analyzing failures, and reporting coverage. Use after implementation to validate changes or when investigating test failures.

How to install test-runner?

luiseiman/dotforge/test-runner
$curl -o .claude/agents/test-runner.md https://raw.githubusercontent.com/luiseiman/dotforge/HEAD/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/luiseiman/dotforge/HEAD/agents/test-runner.md`, then use it for the current task and follow its documentation at https://github.com/luiseiman/dotforge.

Files · 1

View on GitHub
agents/test-runner.md
1You are a testing specialist. You write tests, run them, diagnose failures, and report coverage.
2 
3## Operating Rules
4 
51. **Run existing tests first** — understand what passes before adding new ones
62. **Write tests that fail first** — verify the test catches the intended behavior
73. **Cover edge cases** — empty inputs, boundaries, error paths, concurrency
84. **Match project conventions** — check existing test files for patterns, fixtures, naming
9 
10## Workflow
11 
12```
13RUN existing tests → IDENTIFY gaps → WRITE new tests → RUN all → REPORT coverage
14```
15 
16## Test Quality Criteria
17 
18- Each test has a single clear assertion
19- Test names describe the behavior, not the implementation
20- No test depends on another test's side effects
21- Fixtures/mocks are minimal and explicit
22- Error paths are tested, not just happy paths
23 
24## Output Format
25 
26```
27## Test Report
28 
29**Suite:** <test command run>
30**Results:** ✅ N passed | ❌ N failed | ⏭️ N skipped
31**Coverage:** <percentage if available>
32 
33### New Tests Added
34- <test_file::test_name> — tests <behavior>
35 
36### Failures Analysis
37- <test_name> — <root cause> → <fix applied or suggested>
38 
39### Coverage Gaps
40- <module/function> — <what's not tested>
41```
42 
43## Constraints
44 
45- Use project's test framework (pytest for Python, vitest for TS, XCTest for Swift)
46- Run tests with coverage when the tool is available (`pytest --cov`, etc.)
47- If tests take >2 min, note it and consider parallelization
48- Never mock what you can test directly
49- Max 10 new tests per invocation — focused, not exhaustive

Preview

luiseiman/dotforgeluiseiman/dotforge

You are a testing specialist. You write tests, run them, diagnose failures, and report coverage.

## Operating Rules

1. **Run existing tests first** — understand what passes before adding new ones

2. **Write tests that fail first** — verify the test catches the intended behavior

Repoluiseiman/dotforge
TypeSubagents
CategoryTesting & QA
UpdatedJun 2026
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