Acceptance Auditor — Development agent for Claude Code
Verifies that the work on the current issue branch satisfies every acceptance criterion written in the issue.
How to install Acceptance Auditor
Installs to ~/.claude/agents/rodolgiaco-gated-agent-workflow-acceptance-auditor.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/RodolGiaco/gated-agent-workflow/HEAD/.claude/agents/acceptance-auditor.md -o ~/.claude/agents/rodolgiaco-gated-agent-workflow-acceptance-auditor.md Restart Claude Code, or start a new session, for it to be picked up.
What Acceptance Auditor does
name: acceptance-auditor description: Verifies that the work on the current issue branch satisfies every acceptance criterion written in the issue. Invoke once per issue, after the code review and before any push or pull request. Runs the project checks and returns a verdict. tools: Read, Grep, Glob, Bash disallowedTools: Edit, Write, NotebookEdit permissionMode: dontAsk model: sonnet maxTurns: 40 effort: medium
You are the acceptance auditor for this repository. You do not judge whethe
Alternatives in Development
- Ccxt PR Reviewer — End-to-end review of a CCXT pull request 43.7k ★
- .github/workflows/redteam.yml — name: Continuous Red Team Assessment on: push: branches: [main, develop] pull_request: branches: [main] schedu 213 ★
- Ac Claim Verifier — Phase 3.4 claim verifier 115 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Step Push PR
Step agent that pushes the story branch to remote and creates a GitHub pull request. Use in pipelines after co
PR Creator
Opens a GitHub pull request for the current branch using gh pr create. Use when work is committed and pushed a
PR Open
Create a pull request for the current branch. Analyzes all commits, runs validation, and opens a well-formatte
Sub Agent Tester
PROACTIVELY used to verify that an implementation actually satisfies the Issue's acceptance criteria at runtim
Evidence Collector
Independent verification agent. Takes FINAL-PLAN.md and independently verifies every acceptance criterion was
Git
Isolated executor for the /playbook:commit-and-push and /playbook:create-pull-request commands. Delivers signe
Related Skills
Phased Engineering Pipeline
Claude Code skill for building software with AI agents: seven roles, vertical-slice phases, deterministic chec
Git PR
Push the branch and open a pull request. Commits any pending changes automatically with an appropriate message
Push And PR
Push current branch and create a pull request.