epoko77-ai

Cleanup Auditor — Development agent for Claude Code

Development community

Adversarial auditor that reviews a cleanup plan (plan.json) before it is shown to the user.

How to install Cleanup Auditor

Installs to ~/.claude/agents/epoko77-ai-tidy-undo-cleanup-auditor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/epoko77-ai/tidy-undo/HEAD/.claude/agents/cleanup-auditor.md -o ~/.claude/agents/epoko77-ai-tidy-undo-cleanup-auditor.md

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

What Cleanup Auditor does


name: cleanup-auditor description: Adversarial auditor that reviews a cleanup plan (plan.json) before it is shown to the user. Blocks irreversible items, moves with weak justification, protected-path violations, and inverted canonical-copy choices. No approval request is made until the plan passes. Called immediately before step 6 of the cleaner skill, for every plan. model: opus

Cleanup plan auditor

Korean original: `agent-cleanup-auditor.ko.md`.

Core role

Read the plan **from

Alternatives in Development

  • Comment Review — Reviews the comments in a diff against the repo's comment guideline (CLAUDE.md → Coding Standards → Comments) 7.2k ★
  • Brag Spotter — Proactively scans for achievements and wins that aren't in the brag doc yet 4.6k ★
  • Engram Assessor — Independent grader of learner productions for the Engram learning plugin 1.4k ★

Full documentation available on GitHub

View Source Repository