Borrowing it
Nothing to install: this file belongs to zoharbabin/brand-voice. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/zoharbabin/brand-voice/main/.claude/commands/test.mdgit clone --depth 1 https://github.com/zoharbabin/brand-voiceWrote 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/commands/zoharbabin/brand-voice/test)<a href="https://agentmods.dev/commands/zoharbabin/brand-voice/test"><img src="https://agentmods.dev/badge/commands/zoharbabin/brand-voice/test.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.1 | $0.00014 | $0.00078 |
| Opus 5 | $0.00007 | $0.00039 |
| Sonnet 5 | $0.00003 | $0.00016 |
| Haiku 4.5 | $0.00001 | $0.00008 |
Grade A, and why
test 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 6d 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.
What it actually says
If $ARGUMENTS is non-empty, run:
npm test -- --testPathPattern=$ARGUMENTS
Otherwise run:
npm test
Report pass/fail counts and any failure output.
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.
- 6d ago First seen · 14 lines · 14 tokens per session scan A 47258c71c61e
test is a command published in the GitHub repository zoharbabin/brand-voice (0 stars, last pushed 2mo ago), licensed MIT. It adds 14 tokens to every session and 78 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-31.
Other commands, from other repositories
impacted-tests
Print the tests whose coverage intersects a change's changed lines — for a commit, base..head range, or staged diff.
coverage
Ingest or inspect test-coverage reports — LCOV, Cobertura/Clover, or coverage.py .coverage (builds the per-test map when contexts are present).
test
A test command for v3.5.0.
formatting
Run bun run stylecheck until the exit code is 0. Don't bother with lambda-go errors.
improve
Run one full cycle of the self-improvement loop: benchmark the skill's output, run the blind voice test, mine the accumulated evidence for weaknesses, and gate any proposed engine change. The loop's rules live in evals/self-harness-loop.md; this command executes them. Every stage is skippable, but say which stage was…
test-cases
Use when writing test cases, generating tests, supplementing test coverage, or improving test completeness — auto-scans project, designs multi-dimensional test cases with coverage matrix.