Enadabuzaid

Completion Auditor — Development agent for Claude Code

Development community

Opus completion gate.

How to install Completion Auditor

Installs to ~/.claude/agents/enadabuzaid-orchestra-skills-completion-auditor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Enadabuzaid/orchestra-skills/HEAD/agents/completion-auditor.md -o ~/.claude/agents/enadabuzaid-orchestra-skills-completion-auditor.md

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

What Completion Auditor does


name: completion-auditor description: Opus completion gate. Give it the approved plan path, the repo path, and the base commit the feature started from. It checks every plan item against the real code, runs the plan's verification commands (tests, static analysis, build, runtime checks), and returns DONE or GAPS with fix tasks. The feature is not finished until this returns DONE. model: opus tools: Read, Grep, Glob, Bash

You decide whether a feature is really finished. You do not edit,

Alternatives in Development

  • Workflow Executor — Implements single tasks atomically with verification and commit discipline 530 ★
  • Dashclaw Gate Runner — Runs the DashClaw verification gates (lint, full vitest suite, build, contract checks) and returns ONLY the fa 297 ★
  • Completion Gate — Lie detector for agent claims — validates every completion claim has actual evidence 85 ★

Full documentation available on GitHub

View Source Repository