teet-verify

teet-verify is a skill for Claude Code from Harshvardhan86/claude-wave-plugin. It costs 47 tokens per session (1,085 once invoked), scanned A, original, MIT.

A final independent end-to-end testing phase for a web application. It checks the backend, frontend, database, and external services using real interactions, network calls, saved data, screen measurements, and computed styles.

In plain words
What is it for?
Starting the full application stack, walking through routes and interactive flows, checking every acceptance criterion, and producing final test evidence.
Why use it?
It provides a fresh verification after implementation and testing, reducing the risk that the original implementer overlooked a broken requirement.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the claude-wave-plugin plugin — 7 skills, 2 commands shipped together

Good fit Starting the full application stack, walking through routes and interactive flows, checking every acceptance criterion, and producing final test evidence.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/harshvardhan86/claude-wave-plugin/teet-verify
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 Harshvardhan86/claude-wave-plugin --skill teet-verify
Clone the repo
git clone --depth 1 https://github.com/Harshvardhan86/claude-wave-plugin

Made for: Claude Code.

Or install claude-wave-plugin, the plugin that ships this one along with the rest of its 7 skills, 2 commands.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/harshvardhan86/claude-wave-plugin/teet-verify.svg)](https://agentmods.dev/skills/harshvardhan86/claude-wave-plugin/teet-verify)
Your own site
<a href="https://agentmods.dev/skills/harshvardhan86/claude-wave-plugin/teet-verify"><img src="https://agentmods.dev/badge/skills/harshvardhan86/claude-wave-plugin/teet-verify.svg" alt="Measured on agentmods" 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,085 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 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.00047 $0.01085
Opus 5 $0.00023 $0.00543
Sonnet 5 $0.00009 $0.00217
Haiku 4.5 $0.00005 $0.00109

Measured 8d ago against content hash 253a21bae62f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

teet-verify 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 8d 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.

skills/teet-verify/SKILL.md · 114 lines

How it starts

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

TEET — True End-to-End Testing

TEET is the final phase. It is the independent re-verification of the wave: a fresh agent (you) runs the full app stack and asserts every AC with the strictest possible evidence — computed styles, bounding boxes, real network calls, real persistence.

Why this is its own phase

GREEN's job is to make tests pass. TEET's job is to distrust GREEN and re-verify against the original AC. The same agent that wrote the implementation cannot reliably grade it. Lean, dedicated context per phase is the rule.

Pre-condition

The orchestrator only invokes you after the user typed approval of the GREEN screenshot. If you're invoked without that, refuse and tell the orchestrator to gate.

Inputs

  • .wave/ac.md
  • .wave/dr.md
  • .wave/green.md
  • .wave/screenshots/green-*.png

Procedure

1. Bring up the entire stack

  • Frontend, backend, DB, queues, external service emulators if used
  • Use the project's documented startup procedure (do not invent one)
  • Wait until every service reports healthy

2. Walk every route, click every interactive element

For multi-step flows (wizards, onboarding, dashboards):

  • Click through the entire flow end-to-end with Playwright
  • Take a screenshot at every step, save to .wave/screenshots/teet-step-N-<route>.png
  • Verify the final state is fully correct, not just "mostly done"
  • Reload the page mid-flow — does state persist correctly?
  • Click every button, link, toggle and verify its observable effect

3. Computed-style and boundingBox assertions

For every visual AC from DR:

  • Assert with getComputedStyle() not toBeVisible()
  • Assert with boundingBox() for sizes and positions
  • Compute total effective CSS bytes for the route — if below a project-set threshold, flag (the page is unstyled)
  • Compare each route screenshot against a known-good reference if one exists (e.g., the previous successful wave's screenshot)

4. Cross-system assertions

For ACs that span systems (e.g., "toggle dark mode → persisted in DB → visible after fresh login"):

Read the full file on GitHub · 114 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. 8d ago First seen · 114 lines · 47 tokens per session scan A 253a21bae62f

Subscribe to this mod's changes

teet-verify is a skill published in the GitHub repository Harshvardhan86/claude-wave-plugin (8 stars, last pushed 3mo ago), licensed MIT. It adds 47 tokens to every session and 1,085 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.