ai-mind-map: Skill for Claude Code

.agents/skills/testsprite-verify/SKILL.md

testsprite-verify is a skill for Claude Code, Codex from shdra06/ai-mind-map. It costs 105 tokens per session (5,675 once invoked), scanned A, original, MIT.

A verification workflow for TestSprite, a tool that tests a deployed website or application as a real user would.

In plain words
What is it for?
Use it after a code feature or fix is deployed to run the relevant TestSprite test and inspect any resulting failure artifacts.
Why use it?
It checks the changed feature in the live environment and requires reviewing failure evidence before calling the work finished.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is shdra06/ai-mind-map's own configuration. It tells Claude Code and Codex how to work on ai-mind-map itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything ai-mind-map configures →

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is testsprite test artifact get <run-id> --out ./.testsprite/runs/<run-id>/.

Reuse

Borrowing it

Nothing to install: this file belongs to shdra06/ai-mind-map. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/shdra06/ai-mind-map/main/.agents/skills/testsprite-verify/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/shdra06/ai-mind-map

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 testsprite-verify

README.md
[![agentmods](https://agentmods.dev/badge/skills/shdra06/ai-mind-map/testsprite-verify.svg)](https://agentmods.dev/skills/shdra06/ai-mind-map/testsprite-verify)
Your own site
<a href="https://agentmods.dev/skills/shdra06/ai-mind-map/testsprite-verify"><img src="https://agentmods.dev/badge/skills/shdra06/ai-mind-map/testsprite-verify.svg" alt="Measured on agentmods" height="20"></a>
Per session 105 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,675 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00105 $0.05675
Opus 5 $0.00053 $0.02838
Sonnet 5 $0.00021 $0.01135
Haiku 4.5 $0.00011 $0.00568

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

Security

Grade A, and why

testsprite-verify scanned grade A with 1 finding 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

r = requests.post(f"{TARGET_URL}/login", json={"email": "[email protected]", "password": ""})
.agents/skills/testsprite-verify/SKILL.md · 448 lines

How it starts

The opening of the file, as written. The whole thing — 448 lines — stays where its author put it; the contents beside it link to each section on GitHub.

TestSprite Verification Loop

The verification loop that flies your just-shipped feature through the TestSprite CLI and reports back.

You just finished a piece of work in a TestSprite-tested repo. Before you report it done, actually run the relevant TestSprite test(s) through the testsprite CLI and read the result. Spec review and unit tests catch correctness; only running the test catches what breaks for a real user.

When to run

Run after a feature or fix lands — one feature → one test run, at the moment it lands, not batched at the end. Tests you create this way accumulate into the project's TestSprite suite; before writing a new one, check testsprite test list for an existing test that already covers the behavior and extend it instead of duplicating.

The CLI tests a deployed URL — it doesn't build or host your environment. Run the loop only once the change is live somewhere reachable (e.g. open the PR, let CI deploy the preview/staging environment) and pass that URL as --target-url. Running earlier verifies the previous build, not your change.

When to skip

The skip list is narrow:

  • Docs-only edits (docs/**, *.md, comments).
  • Pure build/config edits (tsconfig*, lint/prettier config, lockfile bumps with no behavior change).
  • This repo isn't actually wired to TestSprite (no project linked, no creds). Don't pull the user into a setup flow they didn't ask for — say so and stop.

Otherwise, run it.

The one-test minimum

Every shipped feature gets at least one TestSprite run to a terminal verdict (passed / failed / blocked / inconclusive) before you call it done. What counts:

  • testsprite test create … --run --wait returning a terminal verdict, or
  • testsprite test run <id> --wait against an existing test, or
  • testsprite test create-batch --plans plans.jsonl --run --wait (or two-step: create-batch, then test run <id> --wait) on at least one test returning a terminal verdict.

What does not count: unit tests / typecheck / lint; drafting a plan without --run; asking the user to run it for you.

Read the full file on GitHub · 448 lines

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 · 448 lines · 105 tokens per session scan A 0954cc6c58e0

Subscribe to this mod's changes

testsprite-verify is a skill published in the GitHub repository shdra06/ai-mind-map (1 stars, last pushed 1mo ago), licensed MIT. It adds 105 tokens to every session and 5,675 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.