maestro-verify

maestro-verify is a skill for Claude Code, Codex from ReinaMacCredy/maestro. It costs 41 tokens per session (1,810 once invoked), scanned A, original, MIT.

A final verification workflow for closing work, committing, installing, publishing, releasing, or archiving it. It separates proof from source code, built files, installed files, running software, and the complete user journey.

In plain words
What is it for?
Use it to run a verification table, check coverage, state the exact evidence and remaining gaps, record lasting decisions, and close the work bundle.
Why use it?
It prevents local tests from being treated as proof that software was installed, running, or usable end to end, and records untested links explicitly.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents.

Good fit Use it to run a verification table, check coverage, state the exact evidence and remaining gaps, record lasting decisions, and close the work bundle.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/reinamaccredy/maestro/maestro-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 ReinaMacCredy/maestro --skill maestro-verify
Clone the repo
git clone --depth 1 https://github.com/ReinaMacCredy/maestro

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/reinamaccredy/maestro/maestro-verify/github.svg)](https://agentmods.dev/skills/reinamaccredy/maestro/maestro-verify)
Your own site
<a href="https://agentmods.dev/skills/reinamaccredy/maestro/maestro-verify"><img src="https://agentmods.dev/badge/skills/reinamaccredy/maestro/maestro-verify/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 maestro-verify

Your own site · 80×15
<a href="https://agentmods.dev/skills/reinamaccredy/maestro/maestro-verify"><img src="https://agentmods.dev/badge/skills/reinamaccredy/maestro/maestro-verify.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,810 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00041 $0.01810
Opus 5 $0.00020 $0.00905
Sonnet 5 $0.00008 $0.00362
Haiku 4.5 $0.00004 $0.00181

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

Security

Grade A, and why

maestro-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 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.

src/plugins/skills/maestro-verify/SKILL.md · 145 lines

How it starts

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

maestro-verify

Use for close, commit, install, push, publish, release, or archive gates. Local implementation authority does not imply authority for remote or external state changes.

Precondition: an open bundle with a drafted VERIFY.md. No bundle means the change is quickfix or Light: verify the changed surface inline and close with maestro work done; this skill's table pass is a Full-tier instrument. The evidence-layer vocabulary below still applies to any claim at any tier.

Evidence layers

Proof follows five links. Claim only as far as the last proven link.

  • source - source-level tests, lint, type checks, or direct inspection.
  • artifact - the built or packaged output is present and has been read back.
  • installed - the installed stamp, version, or files match the intended artifact.
  • live - the running process, pid, or active runtime matches the installed layer.
  • journey - the real user path reaches the observable outcome end to end.

"Tests pass" is a source claim. A claim that touches install or runtime must include a readback at that layer. Every proof and VERIFY result lists untested links explicitly as NOT TESTED, never by omission:

proof: "suite 135 pass @ a52bd4a7 (source); runtime stamp readback a52bd4a7 (installed); live: NOT TESTED"
Assumptions not verified: None
Residual risks: None

Verify

  • Cross-check coverage before running anything: every behavior in scope has a red test that went green, every red test maps to a VERIFY.md scenario or repo check, and every scenario traces back to a work item's acceptance or an anti-goal. An orphan on any side is a gap - record and surface it, never silently proceed past it.
  • Run every VERIFY.md scenario against its work item's acceptance/claims and fill the Result column; run each anti-goal check (grep, diff, readback). Stamp the pass with its date and commit. Results hold this run only: a re-run replaces prior results wholesale, and a failed pass leaves its one-line failed: note on the work item, never accumulated rounds in VERIFY.md. The scenario list is frozen once the pass starts: scenarios gain results here, never rewrites or removals. A scenario that cannot run as written goes back to maestro-design for a checkable rewrite - do not invent a substitute measurement.
  • Run the repo's checks for the touched surface (tests, lint, types, build), then freeze and review the task-owned diff: every changed line traces to the SPEC's scope or a linked work item; nothing unrelated is staged.
  • For risky seams, spot-check assertion strength before filling PASS. First check the tests assert the decided contract itself: the decided error class, and the message when one was decided - a bare toThrow() passes on any thrown value, and a substring matcher like toThrow(string) passes on a changed message; a decided contract no assertion pins is a FAIL. Then derive mutants from the record, not at random: bend the code toward each alternative the linked decisions rejected - the suite must go red each time, and a survivor is a weak or missing test and a FAIL of that scenario, not a side note. Last, probe each input edge no decision settled (whitespace, case, sign, empty) by mutating the code (e.g. insert an input.trim()), never by only calling the function - a call shows current behavior, a surviving mutant shows no test pins it; a suite that stays green under an edge mutant is an open fork to record, not a pass. Restore after each mutant.
  • Re-read the user's exact delivery authority and target before any gate.
  • Select one legal next gate at a time: final verification, independent QA or witness, scoped commit, local install, external delivery, or stop. Do not bundle gates whose authority differs.
  • Read back the actual result: test output, commit hash, installed version. A started or interrupted command is not delivery evidence.

Read the full file on GitHub · 145 lines

Files

What ships with it

3 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. 6d ago Changed · +31 lines e2fc42737219
  2. 11d ago First seen · 114 lines · 41 tokens per session scan A 2e96c203bbfb

Subscribe to this mod's changes

maestro-verify is a skill published in the GitHub repository ReinaMacCredy/maestro (232 stars, last pushed 5d ago), licensed MIT. It adds 41 tokens to every session and 1,810 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

pn-github-vertical-slices

Break a plan or PRD into tracer-bullet vertical slices and create GitHub Issues via GitHub MCP (official github/github-mcp-server). Dependencies first (AFK/HITL). Use after pn-writing-plans or pn-create-prd when work must ship as Issues.

perniemann/pnCore · 64 tokens

pn-monorepo

Monorepo setup and maintenance with Turborepo, Nx, and pnpm workspaces. Build caching, publishConfig, shared package configuration, and workspace dependency graphs. Use when setting up or refactoring a monorepo.

perniemann/pnCore · 52 tokens

pn-merge-conflict-fix

Resolve merge conflicts non-interactively, validate build and tests, and finalize conflict resolution. Use when branch has unresolved merge conflicts.

perniemann/pnCore · 33 tokens

tanstack-config

Opinionated toolkit for building, versioning, and publishing high-quality JavaScript/TypeScript packages.

tanstack-skills/tanstack-skills · 24 tokens

update-skills

Create or update repository skills and instructions when major learnings are discovered during a session. Use when the user says "learn!", when a significant pattern or pitfall is identified, or when reusable domain knowledge should be captured for future sessions.

microsoft/vscode · 51 tokens

sync

Sync the current session branch with its upstream branch, or publish the current session branch to a remote. Use when the user asks to sync a branch, pull latest changes, rebase onto upstream, push current branch, publish branch, or set upstream.

microsoft/vscode · 52 tokens