RodolGiaco

Acceptance Auditor — Development agent for Claude Code

Development community

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

Terminal
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

Full documentation available on GitHub

View Source Repository