06-test

06-test is a skill for Claude Code, Codex from ai-driven-dev/framework. It costs 52 tokens per session (290 once invoked), scanned A, original, MIT.

A testing skill for finding untested behavior and writing tests, or for checking a complete user journey in a browser. End-to-end means testing the whole flow from start to finish.

In plain words
What is it for?
Use it to add or improve tests, identify untested behavior, or validate a full browser-based user journey.
Why use it?
It helps reveal missing test coverage or problems that only appear when several parts of an application work together.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/ai-driven-dev/framework/06-test
Any agent
npx skills add ai-driven-dev/framework --skill 06-test
Clone the repo
git clone --depth 1 https://github.com/ai-driven-dev/framework

Made for: Claude Code, Codex.

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.

agentmods badge for 06-test

README.md
[![agentmods](https://agentmods.dev/badge/skills/ai-driven-dev/framework/06-test.svg)](https://agentmods.dev/skills/ai-driven-dev/framework/06-test)
Your own site
<a href="https://agentmods.dev/skills/ai-driven-dev/framework/06-test"><img src="https://agentmods.dev/badge/skills/ai-driven-dev/framework/06-test.svg" alt="Measured on agentmods" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 290 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00052 $0.00290
Opus 5 $0.00026 $0.00145
Sonnet 5 $0.00010 $0.00058
Haiku 4.5 $0.00005 $0.00029

Measured yesterday against content hash b7cf3b049df3, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

06-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.

plugins/aidd-dev/skills/06-test/SKILL.md · 27 lines

What it actually says

Skill: test

Find untested behavior and iterate tests until they pass, or drive a full user journey through the browser and check each step.

Actions

# Action When to use
01 test Find untested behaviors and write or iterate tests until they pass
02 test-journey Validate a full user journey end-to-end in the browser

Pick the one action matching the intent; never default to 01. Triggers like "write tests" or "what's untested" route to 01, "test the user journey" or "end-to-end" to 02. Ask one question when the intent is ambiguous. Before running an action, read its file in actions/, not only the table or assets.

Transversal rules

  • One action per run: follow only the matching action file.
  • Functional behavior only: never couple a test to implementation details.
  • Never compromise quality for speed.
Files

What ships with it

2 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.

Changes

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.

  1. yesterday First seen · 27 lines · 52 tokens per session scan A b7cf3b049df3

Subscribe to this mod's changes

06-test is a skill published in the GitHub repository ai-driven-dev/framework (453 stars, last pushed yesterday), licensed MIT. It adds 52 tokens to every session and 290 once invoked, about $0.0003 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-09-03.