Borrowing it
Nothing to install: this file belongs to niels-emmer/myace. 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/niels-emmer/myace/main/.opencode/commands/run-tests.mdgit clone --depth 1 https://github.com/niels-emmer/myaceWrote 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/niels-emmer/myace/run-tests)<a href="https://agentmods.dev/commands/niels-emmer/myace/run-tests"><img src="https://agentmods.dev/badge/commands/niels-emmer/myace/run-tests.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.00218 |
| Opus 5 | $0.00007 | $0.00109 |
| Sonnet 5 | $0.00003 | $0.00044 |
| Haiku 4.5 | $0.00001 | $0.00022 |
Grade A, and why
run-tests 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 7d 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
Run tests for the specified MyACE component(s). Default: all components.
Usage: /run-tests [component]
Components:
backend— Run backend tests:cd backend && pytestfrontend— Run frontend tests:cd frontend && npm run testcli— Run CLI tests:cd cli && pytestall— Run all three (default)
For backend, also run linting and type-checking:
cd backend && ruff check .cd backend && mypy app
For frontend, also run linting:
cd frontend && npm run lint
Run a single test:
- Backend:
cd backend && pytest tests/test_adapters.py::test_name -v - Frontend:
cd frontend && npx vitest run src/components/MyComponent.test.tsx - CLI:
cd cli && pytest tests/test_scanner.py::test_name -v
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.
- 7d ago First seen · 27 lines · 14 tokens per session scan A 8a02b7b76dbc
run-tests is a command published in the GitHub repository niels-emmer/myace (1 stars, last pushed yesterday), licensed MIT. It adds 14 tokens to every session and 218 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
test
Design or run focused test validation for a task, bug, or diff.
bucle
Lanzar bucle autónomo para ejecutar historias del PRD.
avance-rapido
Crear todos los artefactos de planificación de un golpe (fast-forward).
p3-infra-teststrategy
Defines test levels, test tools, coverage targets and critical test paths.
gate-p1
Checks whether all results of the conception phase are complete and robust, and prepares the transition to the validation phase. No argument – this gate always checks the complete checklist.
tdd
Test-driven development with TodoWrite planning and comprehensive testing.