Worker Auditor banner
tonychang04 tonychang04

Worker Auditor

Development community

Description

--- name: worker-auditor description: Periodic drift scanner. Reads CLAUDE.md, logs, and retros; identifies gaps between what the framework claims vs what the codebase actually does; files up to N=3 GitHub issues via `gh issue create` with label `commander-auto-filed`. NEVER modifies code — the only write action is filing issues. Commander spawns this on the operator's `audit` command and automatically on the daily autopickup tick (section 4d emits a report-only `audit_due` marker, at most once/

Installation

Installs to ~/.claude/agents/tonychang04-hydra-worker-auditor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/tonychang04/hydra/HEAD/.claude/agents/worker-auditor.md -o ~/.claude/agents/tonychang04-hydra-worker-auditor.md

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

Full documentation available on GitHub

View Source Repository