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 skills add mgiovani/cc-arsenal --skill test-suitegit clone --depth 1 https://github.com/mgiovani/cc-arsenalWrote 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/skills/mgiovani/cc-arsenal/test-suite)<a href="https://agentmods.dev/skills/mgiovani/cc-arsenal/test-suite"><img src="https://agentmods.dev/badge/skills/mgiovani/cc-arsenal/test-suite.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector pass
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.00086 | $0.04320 |
| Opus 5 | $0.00043 | $0.02160 |
| Sonnet 5 | $0.00017 | $0.00864 |
| Haiku 4.5 | $0.00009 | $0.00432 |
Grade A, and why
test-suite 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 8d 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 — 398 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Test Suite Generator
Generate comprehensive test suites with coverage gap analysis and parallel test writing, following testing best practices across any project type and framework.
Target
$ARGUMENTS
Anti-Hallucination Guidelines
Test generation must be grounded in code you actually read and patterns you actually verified: a test for a method that doesn't exist, or a coverage number you didn't measure, is worse than no test at all:
- Read the source file before writing any test for it.
- Discover the test framework from the project itself (Step 0.2) rather than assuming pytest/vitest/jest.
- Match the project's existing test style, fixtures, and conventions exactly.
- Run every generated test: a test that has never executed is unverified.
- Only reference methods, functions, and interfaces that exist in the code you read.
- Every test needs a meaningful assertion, not just "does not throw."
- Target untested code paths; don't duplicate coverage that already exists.
- Any coverage percentage, baseline, or file path you report must come from a command you actually ran, never estimate or invent one, even under time pressure.
A Stop hook re-runs the discovered test/coverage/lint commands automatically before letting the session end (see frontmatter). Phase 4 below exists only to catch failures before that automatic gate fires, not to duplicate it.
Scope: pick a track before starting
- Small (1-2 tests, a single file, a quick fix): skip task creation and the approval gate. Discover the test command (Step 0.2), write the tests, run them, done. Don't spin up Task Management ceremony for a two-test add.
- Large (multiple files/modules, a coverage push, anything needing parallel subagents): use the full Phase 0-5 workflow with Task Management below.
If unsure, default to Small and escalate only if the target turns out to span several modules.
Portability: No Task/TaskCreate tools in this environment? Skip task tracking and the parallel subagent fan-out in Phase 3: write the tests for each module group yourself, one group at a time. The phase structure is the contract; parallelism is just a speedup.
What ships with it
3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 8d ago First seen · 398 lines · 86 tokens per session scan A bdc75fc0805c
test-suite is a skill published in the GitHub repository mgiovani/cc-arsenal (7 stars, last pushed 8d ago), licensed MIT. It adds 86 tokens to every session and 4,320 once invoked, about $0.0004 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 skills, from other repositories
voiden
Create and edit Voiden .void files for API testing. Covers the .void file format and all enabled extension block types.
atmos-validation
Validate Atmos projects, components, arbitrary JSON Schema inputs, EditorConfig, and GitHub Actions; use affected-file selection and native CI annotations.
safe-extraction
Apply when extracting code from a large monolith file into submodules. Covers barrel re-exports, internals DI seam proxy patterns, CI invariant allowlist updates, and cross-file test verification. Prevents CI failures, broken imports, and test regressions from code extraction.
safe-rename
Workflow for safely renaming symbols (functions, types, classes, interfaces, constants, variables) across a codebase. Uses repomap, batchsymbols, and buildcheck to ensure every consumer is updated and nothing breaks.
test-file-split
Protocol for splitting test files that approach or exceed the FR-006 500-line limit (enforced in CI by scripts/check-test-file-cap.ts as a diff-scoped ratchet). Covers describe-block extraction, shared helper management, pure-function extraction, mock isolation verification, and cascading-split detection. Load when a…
run-affected-test-file-in-isolation-and-in-co-run-with-its-test-
When delegating a task affected by this skill, include.