test-router

test-router is a skill for Claude Code, Codex from devcodex-labs/devcodex. It costs 48 tokens per session (6,205 once invoked), scanned A, original, AGPL-3.0.

A testing skill that chooses which checks to run based on the type, scope, and risk of a change.

In plain words
What is it for?
It helps route changes to static checks, unit, integration, API, end-to-end, load, packaging, or release validation.
Why use it?
It helps avoid unsuitable tests and records why particular checks were skipped.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit It helps route changes to static checks, unit, integration, API, end-to-end, load, packaging, or release validation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/devcodex-labs/devcodex/test-router
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.

Any agent
npx skills add devcodex-labs/devcodex --skill test-router
Clone the repo
git clone --depth 1 https://github.com/devcodex-labs/devcodex

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 test-router

README.md
[![agentmods](https://agentmods.dev/badge/skills/devcodex-labs/devcodex/test-router.svg)](https://agentmods.dev/skills/devcodex-labs/devcodex/test-router)
Your own site
<a href="https://agentmods.dev/skills/devcodex-labs/devcodex/test-router"><img src="https://agentmods.dev/badge/skills/devcodex-labs/devcodex/test-router.svg" alt="Measured on agentmods" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,205 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.1 $0.00048 $0.06205
Opus 5 $0.00024 $0.03102
Sonnet 5 $0.00010 $0.01241
Haiku 4.5 $0.00005 $0.00620

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

Security

Grade A, and why

test-router 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.

content/skills/test-router/SKILL.md · 161 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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 Changed · +4 lines 35d3823cf81c
  2. 4d ago First seen · 157 lines · 48 tokens per session scan A 9da7a38286e1

Subscribe to this mod's changes

test-router is a skill published in the GitHub repository devcodex-labs/devcodex (229 stars, last pushed yesterday), licensed AGPL-3.0. It adds 48 tokens to every session and 6,205 once invoked, about $0.0002 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.

Related

Other skills, from other repositories

gentle-ai-bench

Trigger: bench, journey, journeys, driven mode, gentle-ai-bench, journey corpus, j-numbers, bench axis. Author and verify gentle-ai bench journeys; go test ./bench never proves driven execution.

Gentleman-Programming/gentle-ai · 49 tokens

go-testing

Trigger: Go tests, go test coverage, Bubbletea teatest, golden files. Apply focused Go testing patterns.

Gentleman-Programming/gentle-ai · 26 tokens

ijfw-verify

Use when about to claim completion: 'done', 'fix complete', 'tests pass', 'build succeeded', 'shipped', 'no regressions', 'ready to merge', 'ready to ship'. Iron Law gate requiring fresh verification evidence in the same message as the claim; wires into runtime (verification-gate.js + the ijfwstate MCP tool…

FerroxLabs/ijfw · 83 tokens

ijfw-tdd

RED-GREEN-REFACTOR enforcement. Use when implementing a feature or bugfix before writing implementation code. Trigger: tdd, test first, red green refactor, /ijfw-tdd.

FerroxLabs/ijfw · 45 tokens

test-writer

Writes tests for code that already exists: behaviour over implementation, arrange-act-assert structure, mocks only at real boundaries, and no time- or order-dependent flakiness. Use when asked to add tests, close a coverage gap on a function, component, or endpoint, or write a regression test for a bug just fixed. Not…

Ozzeron/prompt-pack · 95 tokens

reqforge-greenkeeper

name: reqforge-greenkeeper description: Used when maintaining the ReqForge repository itself and its release gates fail — pnpm test, pnpm forge-smoke, pnpm sync:discover, adapter drift, skill fixtures, loadouts, or test-demo golden path. Restores a green, synced state with minimal changes. Not for bugs in user apps…

zxpmail/ReqForge · 0 tokens