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 commands/eddiesanjuan/markupr/testgit clone --depth 1 https://github.com/eddiesanjuan/markuprWrote 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/eddiesanjuan/markupr/test)<a href="https://agentmods.dev/commands/eddiesanjuan/markupr/test"><img src="https://agentmods.dev/badge/commands/eddiesanjuan/markupr/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 | $0.00000 | $0.00301 |
| Opus 5 | $0.00000 | $0.00151 |
| Sonnet 5 | $0.00000 | $0.00060 |
| Haiku 4.5 | $0.00000 | $0.00030 |
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 4d 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 and Report Results
Run the markupr test suite and report results with actionable analysis.
Instructions
-
Run the full test suite:
npm test -- --run -
If tests fail, analyze each failure:
- Read the failing test file to understand what it expects
- Read the source file being tested to understand current behavior
- Determine if the failure is a regression (source changed) or a test that needs updating (requirements changed)
- Provide a clear summary: which tests failed, why, and a recommended fix
-
If all tests pass, run coverage:
npm run test:coverage -- --runReport coverage summary and identify any source files with 0% coverage that should have tests.
-
Check for untested modules:
- Compare files in
src/main/against test files intests/unit/ - Flag any major module (SessionController, CrashRecovery, ErrorHandler, pipeline components, MCP tools) that lacks test coverage
- Compare files in
-
Run type checking as a bonus validation:
npm run typecheck -
Provide a summary with:
- Total tests: passed / failed / skipped
- Coverage highlights (if run)
- Any type errors found
- Recommended next steps (tests to write, failures to fix)
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.
- 4d ago First seen · 38 lines · 0 tokens per session scan A 6f9a171c7ed2
test is a command published in the GitHub repository eddiesanjuan/markupr (18 stars, last pushed 4mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 301 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-08-30.
Other commands, from other repositories
process
Process one or more YouTube videos (or a playlist) into structured knowledge.
kg_navigator
Knowledge graph specialist for entity relationships across videos.
video_specialist
Deep-dive analyst for processed video content. Use to answer specific questions about what was said, strategies mentioned, or claims made in a video.
voxpip
Watch any video and get a transcript — even without an API key. Extends /watch with a local speech-to-text fallback.
package-assistant
Convert an OfficeCLI skill into a fully wired Wayland assistant preset, or update an existing one.
pre-ship
Run the pre-ship quality gate checklist before publishing your agent.