trw-test-strategy

trw-test-strategy is a skill for Claude Code, Codex from wallter/trw-mcp. It costs 47 tokens per session (1,033 once invoked), scanned A, original, no licence file.

A review of a project’s tests and test coverage, where coverage means which parts of the code are exercised by tests. It identifies modules without tests, gaps, and possible improvements.

In plain words
What is it for?
Use it before or during implementation to review one module or the whole project’s testing approach and find missing tests.
Why use it?
It helps reveal where changes could break behavior without being caught by the existing tests.

Skill for Claude CodeCodex

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

Good fit Use it before or during implementation to review one module or the whole project’s testing approach and find missing tests.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/wallter/trw-mcp/trw-test-strategy
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 wallter/trw-mcp --skill trw-test-strategy
Clone the repo
git clone --depth 1 https://github.com/wallter/trw-mcp

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 trw-test-strategy

README.md
[![agentmods](https://agentmods.dev/badge/skills/wallter/trw-mcp/trw-test-strategy/github.svg)](https://agentmods.dev/skills/wallter/trw-mcp/trw-test-strategy)
Your own site
<a href="https://agentmods.dev/skills/wallter/trw-mcp/trw-test-strategy"><img src="https://agentmods.dev/badge/skills/wallter/trw-mcp/trw-test-strategy/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for trw-test-strategy

Your own site · 80×15
<a href="https://agentmods.dev/skills/wallter/trw-mcp/trw-test-strategy"><img src="https://agentmods.dev/badge/skills/wallter/trw-mcp/trw-test-strategy.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,033 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.00047 $0.01033
Opus 5 $0.00023 $0.00517
Sonnet 5 $0.00009 $0.00207
Haiku 4.5 $0.00005 $0.00103

Measured 9d ago against content hash 81521cfd2c89, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

trw-test-strategy 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 9d 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.

src/trw_mcp/data/codex/skills/trw-test-strategy/SKILL.md · 85 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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. 9d ago First seen · 85 lines · 47 tokens per session scan A 81521cfd2c89

Subscribe to this mod's changes

trw-test-strategy is a skill published in the GitHub repository wallter/trw-mcp (0 stars, last pushed yesterday), with no licence file. It adds 47 tokens to every session and 1,033 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-08-31.

Related

Other skills, from other repositories

michel-create-packmind-dataset

Seed a local Packmind instance with a realistic dataset — one organization populated with standards, commands, and skills — so an autonomous agent can exercise its own changes against lifelike data instead of an empty app. Use this whenever you need populated Packmind data to verify a change end-to-end: reproducing a…

PackmindHub/packmind · 0 tokens

app-user-story-qa

End-to-end app feature inventory and user-story testing workflow with a canonical tracker. Use when the user asks to audit every feature, derive expected behavior from code, test user journeys, or explicitly fix and retest documented UX or logistical defects.

majiayu000/spellbook · 54 tokens

elegant-architecture

Guides clean architecture design with strict 200-line file limits. Use when starting new features, refactoring large files, or planning module structure. Enforces modular design and real testing.

majiayu000/spellbook · 43 tokens

skill-lifeguard

Use when a skill is brittle, drifting, repeatedly failing, or needs a Reliable Skill Contract. Trigger for phrases like skill lifeguard, reliable skill, self-maintaining skill, negative examples, verification checkpoints, drift signals, replay hooks, or failure log to skill patch. Audits or patches skills so…

majiayu000/spellbook · 92 tokens

test-driven-development

Enforces TDD discipline with RED-GREEN-REFACTOR cycle. Use when writing new features, fixing bugs, or refactoring code. Ensures tests genuinely verify behavior.

majiayu000/spellbook · 40 tokens

playwright-automation

Browser automation and testing with Playwright. Use when testing web applications, automating browser tasks, taking screenshots, or validating UI behavior.

majiayu000/spellbook · 32 tokens