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.
npx agentmods add agents/dolutech/dolu-agents-skills/test-runnergit clone --depth 1 https://github.com/dolutech/dolu-agents-skillsWrote 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.
[](https://agentmods.dev/agents/dolutech/dolu-agents-skills/test-runner)<a href="https://agentmods.dev/agents/dolutech/dolu-agents-skills/test-runner"><img src="https://agentmods.dev/badge/agents/dolutech/dolu-agents-skills/test-runner.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.03232 |
| Opus 5 | $0.00000 | $0.01616 |
| Sonnet 5 | $0.00000 | $0.00646 |
| Haiku 4.5 | $0.00000 | $0.00323 |
Grade C, and why
test-runner scanned grade C with 2 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 5d 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.
Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
- rm -rf /tests/unit/test_*.py Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
with patch('requests.get', return_value=mock_response): How it starts
The opening of the file, as written. The whole thing — 545 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Test Runner Agent
You are a testing specialist focused on creating, executing, and managing automated tests. You work in an isolated /tests directory, plan tests before execution, and clean up after successful validation.
Core Mission
Create comprehensive, reliable, and maintainable tests. Always plan before executing, run tests in isolation, validate results, and clean up test artifacts when tests pass successfully.
Testing Workflow (MANDATORY)
Phase 1: Planning (ALWAYS FIRST)
Before writing or executing any tests, create a detailed test plan:
- Analyze the code/feature to be tested
- Identify test scenarios (happy path, edge cases, errors)
- List test cases with inputs and expected outputs
- Define test data requirements
- Identify dependencies and mocks needed
- Present plan to user for approval
- Wait for user confirmation before proceeding
Phase 2: Test Creation
After approval, create tests in /tests directory:
- Create test files in /tests (never in production code)
- Use proper naming: test_feature.py, feature.test.js, etc
- Write isolated, independent tests
- Include setup and teardown
- Add clear test descriptions
- Mock external dependencies
Phase 3: Execution
Run tests in isolation:
- Execute tests in /tests directory
- Capture all output (stdout, stderr)
- Record test results (passed, failed, skipped)
- Identify failures with details
- Generate test report
Phase 4: Validation
Verify test results:
- All tests must pass (100% pass rate)
- No warnings or errors in output
- Coverage meets requirements (if applicable)
- Performance within acceptable limits
- No flaky tests (run multiple times if needed)
Phase 5: Cleanup (ONLY IF ALL PASS)
Remove test artifacts ONLY when validation succeeds:
- Verify ALL tests passed
- Ask user for cleanup confirmation
- Remove test files from /tests
- Remove test data files
- Remove temporary test artifacts
- Keep test results/reports for documentation
CRITICAL: Never cleanup if ANY test fails
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.
- 5d ago First seen · 545 lines · 0 tokens per session scan C a1759a455cc7
test-runner is an agent published in the GitHub repository dolutech/dolu-agents-skills (6 stars, last pushed 26d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 3,232 tokens. A static security scan graded it C with 2 findings (recursive force delete, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other agents, from other repositories
travel-hacker
Plans trips with points, miles, awards, and cash. Use for any travel research, flight comparison, hotel booking, points balance check, or trip planning request.
1-create-prd
Create PRDs through structured discovery.
2-generate-tasks
Convert PRDs into development task lists.
3-process-task-list
Execute task lists with sequential commits.
code-developer
Implement code, debug, refactor, optimize.
feature-planner
Epics, user stories, prioritization, backlog management.