test-plan

test-plan is a skill for Claude Code from hoophq/hoop. It costs 44 tokens per session (403 once invoked), scanned A, original, MIT.

A guide that writes a precise “How to test” section for the changes in a code branch. A code branch is a separate line of development used before changes are merged into the main project.

In plain words
What is it for?
Use it before opening or updating a pull request (a request to merge code) to document how to validate APIs, command-line behavior, agent interactions, and web screens.
Why use it?
It removes guesswork for reviewers and testers by specifying setup commands, actions, expected results, negative cases, and regression checks.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

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/hoophq/hoop/test-plan
Any agent
npx skills add hoophq/hoop --skill test-plan
Clone the repo
git clone --depth 1 https://github.com/hoophq/hoop

Made for: Claude Code.

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-plan

README.md
[![agentmods](https://agentmods.dev/badge/skills/hoophq/hoop/test-plan.svg)](https://agentmods.dev/skills/hoophq/hoop/test-plan)
Your own site
<a href="https://agentmods.dev/skills/hoophq/hoop/test-plan"><img src="https://agentmods.dev/badge/skills/hoophq/hoop/test-plan.svg" alt="Measured on agentmods" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 403 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.1 $0.00044 $0.00403
Opus 5 $0.00022 $0.00201
Sonnet 5 $0.00009 $0.00081
Haiku 4.5 $0.00004 $0.00040

Measured 6d ago against content hash 82489abb1e80, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

test-plan 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 6d 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.

.claude/skills/test-plan/SKILL.md · 35 lines

What it actually says

Generate a test plan for the current changes

Goal: a teammate (or a QA agent) must be able to validate this change without asking anything. This is the team's standard for every PR.

Steps

  1. Diff the branch against main: git diff main...HEAD --stat then read the changed files' diffs.
  2. Identify what is observable from outside: which API response, CLI behavior (hoop connect / hoop exec / proxy flow), gateway/agent interaction, or webapp_v2 screen changed.
  3. Write a ## How to test section in markdown:
    • Setup: exact commands — see DEV.md (make run-dev, Postgres via make run-dev-postgres, agent, webapp_v2: npm run dev). Only what this change needs.
    • Steps: numbered, copy-pasteable commands or precise UI actions.
    • Expected: the observable result per step — literal output where possible (API status + body fields, CLI output, what the screen shows).
    • Regression check: 1-2 quick checks that the closest existing behavior still works.
  4. Cover the negative path too (permission denied, invalid input, guardrail still blocking after a fix).
  5. If a step cannot be validated locally (needs enterprise libhoop, IDP, cloud resources), say so explicitly and state what environment is needed — never leave silent gaps.

Output the section ready to paste into the PR body (or update the open PR with gh pr edit --body-file if asked).

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. 6d ago First seen · 35 lines · 44 tokens per session scan A 82489abb1e80

Subscribe to this mod's changes

test-plan is a skill published in the GitHub repository hoophq/hoop (807 stars, last pushed yesterday), licensed MIT. It adds 44 tokens to every session and 403 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-30.

Related

Other skills, from other repositories

imaging-data-commons

Query and download public cancer imaging data from NCI Imaging Data Commons using idc-index. Use for accessing large-scale radiology (CT, MR, PET) and pathology datasets for AI training or research. No authentication required. Query by metadata, visualize in browser, check licenses.

synthetic-sciences/openscience · 62 tokens

geo-database

Access NCBI GEO for gene expression/genomics data. Search/download microarray and RNA-seq datasets (GSE, GSM, GPL), retrieve SOFT/Matrix files, for transcriptomics and expression analysis.

synthetic-sciences/openscience · 47 tokens

brenda-database

Access BRENDA enzyme database via SOAP API. Retrieve kinetic parameters (Km, kcat), reaction equations, organism data, and substrate-specific enzyme information for biochemical research and metabolic pathway analysis.

synthetic-sciences/openscience · 43 tokens

clinpgx-database

Access ClinPGx pharmacogenomics data (successor to PharmGKB). Query gene-drug interactions, CPIC guidelines, allele functions, for precision medicine and genotype-guided dosing decisions.

synthetic-sciences/openscience · 45 tokens

gwas-database

Query NHGRI-EBI GWAS Catalog for SNP-trait associations. Search variants by rs ID, disease/trait, gene, retrieve p-values and summary statistics, for genetic epidemiology and polygenic risk scores.

synthetic-sciences/openscience · 50 tokens

string-database

Query STRING API for protein-protein interactions (59M proteins, 20B interactions). Network analysis, GO/KEGG enrichment, interaction discovery, 5000+ species, for systems biology.

synthetic-sciences/openscience · 44 tokens