merge-worktree-verify

merge-worktree-verify is a command for Claude Code from axiomantic/spellbook. It costs 24 tokens per session (825 once invoked), scanned C, original, MIT.

A command for the final checks after merging code, followed by removing Git worktrees. It runs the complete test suite, checks interface contracts, and cleans up only after verification passes.

In plain words
What is it for?
Use it to verify merged changes, review modified tests, check matching function signatures and behavior, and remove completed Git worktrees.
Why use it?
It reduces the risk of deleting unfinished work or accepting a merge that breaks tests or shared interfaces.

Command for Claude Code

Written for Claude Code: a Claude Code command (commands/*.md). Also seen: names the AskUserQuestion tool.

Good fit Use it to verify merged changes, review modified tests, check matching function signatures and behavior, and remove completed Git worktrees.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/axiomantic/spellbook/merge-worktree-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.

Clone the repo
git clone --depth 1 https://github.com/axiomantic/spellbook

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 merge-worktree-verify

README.md
[![agentmods](https://agentmods.dev/badge/commands/axiomantic/spellbook/merge-worktree-verify.svg)](https://agentmods.dev/commands/axiomantic/spellbook/merge-worktree-verify)
Your own site
<a href="https://agentmods.dev/commands/axiomantic/spellbook/merge-worktree-verify"><img src="https://agentmods.dev/badge/commands/axiomantic/spellbook/merge-worktree-verify.svg" alt="Measured on agentmods" height="20"></a>
Per session 24 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 825 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. 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.00024 $0.00825
Opus 5 $0.00012 $0.00413
Sonnet 5 $0.00005 $0.00165
Haiku 4.5 $0.00002 $0.00082

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

Security

Grade C, and why

merge-worktree-verify scanned grade C 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 4d 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.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

reach for `--force` or `rm -rf` to make the error go away.
commands/merge-worktree-verify.md · 104 lines

How it starts

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

Invariant Principles

  1. Full suite, no shortcuts — Run the complete test suite; no subsets.
  2. Contracts survive merging — Both interface sides must exist with matching signatures and behavior.
  3. Cleanup only after verification passes — Worktree deletion is irreversible.

Phase 4: Final Verification

Run in order. All must pass before Phase 5.

  1. Full test suite — All tests must pass.
  2. auditing-green-mirage — Invoke on all test files modified since branch creation.
  3. Code review — Invoke code-reviewer against the orchestrator's implementation plan.
  4. Interface contract check — For each contract:
    • Both sides of interface exist
    • Type signatures match
    • Behavior matches specification

Phase 5: Cleanup

Remove each worktree with the non-destructive form first:

git worktree remove [worktree-path]

On failure, list what is at risk and ask via AskUserQuestion, never as prose:

git -C [worktree-path] status --porcelain -uall
  • question: Running: git worktree remove [worktree-path] --force / Effect: discards the uncommitted changes listed above / Recoverable: no
  • options: Run it (uncommitted work in that worktree is destroyed) and Cancel (worktree kept intact).

Read the full file on GitHub · 104 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. 4d ago First seen · 104 lines · 24 tokens per session scan C 18a716343840

Subscribe to this mod's changes

merge-worktree-verify is a command published in the GitHub repository axiomantic/spellbook (10 stars, last pushed today), licensed MIT. It adds 24 tokens to every session and 825 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.