Auditor banner
iota-uz iota-uz

Auditor

Development community

Description

--- name: auditor description: | Use this agent **after implementation** to spot "slop", mistakes, and pattern violations. Read-only inspection that reports findings to orchestrator. When prompting provide: (1) intent behind changes (feature description or bug repro), (2) scope (files/modules changed), (3) context (PR/branch/commit range). It produces: **a findings report (issues only, no fixes)**. Don't use when: - You still need to implement the feature/fix (use `editor`) - You onl

Installation

Installs to ~/.claude/agents/iota-uz-iota-sdk-auditor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/iota-uz/iota-sdk/HEAD/.claude/agents/auditor.md -o ~/.claude/agents/iota-uz-iota-sdk-auditor.md

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

Full documentation available on GitHub

View Source Repository