Completion Auditor — Development agent for Claude Code
Opus completion gate.
How to install Completion Auditor
Installs to ~/.claude/agents/enadabuzaid-orchestra-skills-completion-auditor.md
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 RepositoryRelated Agents
Probe Canonical Edit
PLAN-020 Phase 0 item 5 governance probe — verifies that a native subagent attempting to Edit/Write a canonica
Opus Writer
Writing agent powered by Claude Opus 4.6. Writes or rewrites prose from materials provided by the caller, who
Lane Implementer
Implementation lane with the full gate battery baked in - private target dir, all-targets clippy, targeted tes
Cleanup Phase 2 Impl
Implements one consolidation the user already approved in phase 2 of a codebase cleanup. One module at a time,
Cleanup Phase 3 Impl
Executes an already approved folder plan in phase 3 of a codebase cleanup — one folder per commit, with the re
E2e Finding Verifier
Use after e2e-reviewer or scan.sh reports findings, to adversarially verify ONE finding in its real code conte
Related Skills
Task Complete
Validate task completion with multi-stage verification (22 verify- agents), run all checks, and archive with l
Verify Work
Execute a work item's testing-plan.md after implementation — run the planned activities, record results, commi
Dashclaw Postcommit
Post-commit verification wave — dispatch gate-runner, drift-auditor, and