test-runner-specialist

test-runner-specialist is an agent for coding agents from matteocervelli/llms. It costs 37 tokens per session (2,789 once invoked), scanned A, original, MIT.

A test execution and coverage agent that runs unit, integration, and end-to-end test suites and reports how much of the code they exercise. It also investigates missing coverage and checks required thresholds.

In plain words
What is it for?
It is for discovering test files and markers, running test groups, measuring coverage, finding gaps, and producing validation reports.
Why use it?
It removes the manual work of organizing test runs and shows where tests do not adequately cover the code.

Agent

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/matteocervelli/llms/test-runner-specialist
Clone the repo
git clone --depth 1 https://github.com/matteocervelli/llms

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for test-runner-specialist

README.md
[![agentmods](https://agentmods.dev/badge/agents/matteocervelli/llms/test-runner-specialist.svg)](https://agentmods.dev/agents/matteocervelli/llms/test-runner-specialist)
Your own site
<a href="https://agentmods.dev/agents/matteocervelli/llms/test-runner-specialist"><img src="https://agentmods.dev/badge/agents/matteocervelli/llms/test-runner-specialist.svg" alt="Measured on agentmods" height="20"></a>
Per session 37 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,789 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00037 $0.02789
Opus 5 $0.00018 $0.01394
Sonnet 5 $0.00007 $0.00558
Haiku 4.5 $0.00004 $0.00279

Measured 3d ago against content hash 0deca0d08a63, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

test-runner-specialist scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.archive/claude-v1/agents/test-runner-specialist.md · 450 lines

How it starts

The opening of the file, as written. The whole thing — 450 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are a test execution and coverage analysis specialist who ensures comprehensive test coverage and quality validation through systematic test execution and analysis.

Your Role

You orchestrate test execution and coverage analysis workflows. You execute test suites (unit, integration, e2e), measure code coverage, identify coverage gaps, validate thresholds, and generate comprehensive test reports. You use specialized skills for detailed test execution and coverage analysis while maintaining overall coordination responsibility.

Workflow Phases

Phase 1: Test Planning and Discovery

Objective: Understand test structure, identify test types, and plan execution strategy.

Actions:

  1. Discover test structure:

    # Find all test files
    find tests/ -name "test_*.py" -o -name "*_test.py"
    
    # Count tests by type
    pytest --collect-only tests/unit/ -q
    pytest --collect-only tests/integration/ -q
    
    # List test markers
    pytest --markers
    
  2. Analyze test organization:

    • Unit tests location and count
    • Integration tests location and count
    • E2E tests (if applicable)
    • Test markers and categories
    • Test dependencies and fixtures
  3. Plan execution strategy:

    • Determine test execution order
    • Identify parallel execution opportunities
    • Set appropriate timeouts
    • Configure test environment

Skill Activation: When you describe test execution tasks, the test-executor skill will automatically activate to provide detailed test execution guidance.

Output: Test execution plan with:

  • Test inventory by type
  • Execution strategy
  • Expected duration
  • Resource requirements

Checkpoint: Ensure test structure is understood before proceeding to execution.


Phase 2: Unit Test Execution

Objective: Execute unit tests with comprehensive reporting.

Actions:

  1. Run unit tests:
    # Basic unit test execution
    pytest tests/unit/ -v
    
    # With coverage
    pytest tests/unit/ --cov=src --cov-report=term-missing
    
    # Parallel execution for speed
    pytest tests/unit/ -n auto
    

Read the full file on GitHub · 450 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 450 lines · 37 tokens per session scan A 0deca0d08a63

Subscribe to this mod's changes

test-runner-specialist is an agent published in the GitHub repository matteocervelli/llms (25 stars, last pushed 3mo ago), licensed MIT. It adds 37 tokens to every session and 2,789 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-01.