Getting it into your agent
There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.
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.
[](https://agentmods.dev/commands/pmdevsolutions/aurelius/test)<a href="https://agentmods.dev/commands/pmdevsolutions/aurelius/test"><img src="https://agentmods.dev/badge/commands/pmdevsolutions/aurelius/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.00000 | $0.00408 |
| Opus 5 | $0.00000 | $0.00204 |
| Sonnet 5 | $0.00000 | $0.00082 |
| Haiku 4.5 | $0.00000 | $0.00041 |
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 yesterday.
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
Test Runner
Run Vitest tests with coverage reporting.
Purpose
This command runs the project's test suite using Vitest and React Testing Library.
Usage
/test
What this command does
- Detects test configuration (vitest.config.ts or vite.config.ts)
- Runs all tests with proper configuration
- Shows coverage report if configured
- Reports failures with clear error details
Steps
1. Run all tests
pnpm vitest run
2. Run with coverage
pnpm vitest run --coverage
3. Run specific test file
pnpm vitest run src/components/Button.test.tsx
4. Run in watch mode (interactive development)
pnpm vitest
5. Run tests matching a pattern
pnpm vitest run -t "should render"
Or use the project script
./scripts/run-tests.sh
Test Types
| Type | Tool | Pattern | Purpose |
|---|---|---|---|
| Unit | Vitest | *.test.ts |
Pure functions, utilities |
| Component | Vitest + RTL | *.test.tsx |
React component behavior |
| Hook | Vitest + RTL | *.test.ts |
Custom hook logic |
| E2E | Playwright | *.spec.ts |
Full user flows |
| Visual | Storybook | *.stories.tsx |
Component states |
Common Issues
- Missing setup file: Create
src/test/setup.tswithimport '@testing-library/jest-dom' - JSX not recognized: Ensure
environment: 'jsdom'in vitest config - Module resolution: Check
resolve.aliasmatches tsconfig paths
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.
- yesterday First seen · 70 lines · 0 tokens per session scan A 852b7125a5e9
test is a command published in the GitHub repository PMDevSolutions/Aurelius (8 stars, last pushed 21d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 408 tokens. 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-04.
Other commands, from other repositories
test-suite
Run comprehensive test suite with coverage analysis.
gsd:add-tests
Generate tests for a completed phase based on UAT criteria and implementation.
testing
Comprehensive testing through distributed execution.
verify
You are invoking the verify skill - comprehensive verification following Boris Cherny's pattern.
test
Load the testing strategies skill for 3-tier testing with NO MOCKING policy enforcement in Tier 2-3.
test
Escrever e rodar testes (skill 05 — QA Engineer).