Sheldon-desouza

Orch Verify — Development skill for Claude Code

Development community

Spawn a fresh-eyes verifier on the heavy tier for the active ledger.

How to install Orch Verify

Installs to ~/.claude/skills/sheldon-desouza-claude-code-orchestrator-orch-verify/SKILL.md

Terminal
mkdir -p ~/.claude/skills/sheldon-desouza-claude-code-orchestrator-orch-verify && curl -fsSL https://raw.githubusercontent.com/Sheldon-desouza/claude-code-orchestrator/HEAD/commands/orch-verify.md -o ~/.claude/skills/sheldon-desouza-claude-code-orchestrator-orch-verify/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Orch Verify does


description: Spawn a fresh-eyes verifier on the heavy tier for the active ledger. It writes the verdict file and is the only agent that may close the V. item. argument-hint: [ledger path] allowed-tools: Read, Glob, Agent

Locate the active ledger (or use `$ARGUMENTS` as its path). Gather the work-product paths: diffs (`git diff --stat` and the files it names), worker reports in `./.workflow/scratch/`, test output. Do NOT hand the verifier the raw scratch dump.

Spawn ONE `orch-verifier`

Alternatives in Development

  • Claude Token Efficient — One CLAUDE.md file 3.8k ★
  • Battle — Head-to-head graded battle card between two sites — eight dimensions, bar-by-bar, verdict line 3.6k ★
  • Activate Browser — Activate Chrome DevTools MCP for heavy browser sessions (network inspection, Lighthouse, performance tracing) 90 ★

Full documentation available on GitHub

View Source Repository