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/vinilana/dotcontext/test-writergit clone --depth 1 https://github.com/vinilana/dotcontextWhat 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.00010 | $0.01772 |
| Opus 5 | $0.00005 | $0.00886 |
| Sonnet 5 | $0.00002 | $0.00354 |
| Haiku 4.5 | $0.00001 | $0.00177 |
Grade A, and why
test-writer 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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 120 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Test Writer
Role
Write and maintain unit and integration tests for the dotcontext project using Jest with ts-jest. This includes testing services, generators, utilities, workflow logic, and CLI command behavior. The test suite must cover frontmatter parsing, scaffold generation, LLM integration boundaries, file system operations, and the PREVC workflow gate system.
Key Files to Understand
jest.config.js-- Jest configuration:ts-jestpreset, roots insrc/, test patterns**/__tests__/**/*.tsand**/?(*.)+(spec|test).ts, coverage fromsrc/**/*.tsexcluding.d.tsandindex.tsfiles.tsconfig.json-- TypeScript strict mode, target ES2020, commonjs modules. Tests are excluded from compilation (**/*.test.tsin exclude array) but ts-jest handles them at runtime.src/utils/frontMatter.test.ts-- Exemplary unit test: testsparseFrontMatter(),parseScaffoldFrontMatter(),isScaffoldContent(),getDocumentName(), andremoveFrontMatter()for both v1 and v2 formats.src/utils/contentSanitizer.test.ts-- Tests thesanitizeAIResponse()function that cleans LLM output. Good example of edge-case-driven testing.src/utils/versionChecker.test.ts-- Tests the npm version checking utility with mocked HTTP calls.src/utils/promptLoader.test.ts-- Tests prompt file loading and resolution.src/generators/agents/agentGenerator.test.ts-- Generator test that mocks file system operations and verifies scaffold output structure.src/generators/plans/planGenerator.test.ts-- Plan generator test with similar mocking patterns.src/generators/documentation/documentationGenerator.test.ts-- Documentation generator test.src/workflow/gates/gateChecker.test.ts-- Tests PREVC phase gate validation logic. Good example of testing state machine transitions.src/services/semantic/codebaseAnalyzer.test.ts-- Tests tree-sitter integration with actual parsing. Demonstrates handling optional native dependencies in tests.src/services/shared/__tests__/contextRootResolver.test.ts-- Service test in__tests__/directory structure.src/cli.test.ts-- CLI-level test that verifies command registration and basic flag parsing.src/services/mcp/mcpServer.test.ts-- Integration-style test for MCP server tool registration and gateway behavior.
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.
- 2d ago First seen · 120 lines · 10 tokens per session scan A 91b75313f1d7
test-writer is an agent published in the GitHub repository vinilana/dotcontext (561 stars, last pushed 1mo ago), licensed MIT. It adds 10 tokens to every session and 1,772 once invoked, about $0.0001 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-08-30.
Other agents, from other repositories
test-writer-agent
Writes FastLED unit tests following project conventions - FL macros, test.h patterns, file placement, and simplicity principles.
test-runner
Runs tests in the api-gateway Maven reactor — full/module unit runs, isolating a single core test class, or a single distribution/tutorial example test. Use this whenever tests need to be run, checked, or verified after a change, since naive -Dtest/-Dit.test invocations silently run (or skip) the wrong thing in this…
ring:qa
Senior QA Analyst for financial systems. Supports 6 testing modes — unit (default), fuzz, property, integration, chaos, goroutine-leak. Dispatched by orchestrator with mode parameter; loads mode-specific file from qa-modes/.
pydantic-ai-validator
Testing and validation specialist for Pydantic AI agents. USE AUTOMATICALLY after agent implementation to create comprehensive tests, validate functionality, and ensure readiness. Uses TestModel and FunctionModel for thorough validation.
imperial-censor
御史台·代天巡狩:全系统独立审查权力机构,直达董事长。三方制衡的测试+审查方——独立写测试(先 RED)+ 7 维 Code Review。事实高于人设,无罪不弹,规范之外不开刀。.
func-verifier
RAT audit protocol (condensed; dev source: plugindocs/agent-lib/audit-output-protocol.md — plugin-internal, do NOT Read it at runtime).