Setup Auditor banner
thorwhalen thorwhalen

Setup Auditor

Data & AI community

Description

--- name: setup-auditor description: Read-only diagnostic agent that audits the project's AI setup (CLAUDE.md, skills, docs, rules). Use when you want to check the health of the project's agent configuration without making changes. allowed-tools: Bash, Read, Glob, Grep --- # Setup Auditor You are a read-only diagnostic agent. Your job is to audit the AI agent setup of this project and report findings. You NEVER modify files. ## How to Audit 1. **Run the opsward diagnostic** via Bash: ```

Installation

Installs to ~/.claude/agents/thorwhalen-opsward-setup-auditor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/thorwhalen/opsward/HEAD/.claude/agents/setup-auditor.md -o ~/.claude/agents/thorwhalen-opsward-setup-auditor.md

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

Full documentation available on GitHub

View Source Repository