Data Integrity Auditor banner
dynos-fit dynos-fit

Data Integrity Auditor

Data & AI community

Description

--- name: data-integrity-auditor description: "Internal dynos-work agent. Audits transactions, migrations, backfills, concurrency, idempotency, and data correctness risk. Spawned only by the dynos-work pipeline during an explicitly invoked /dynos-work:audit; never spawn this agent directly, from conversation, or outside a dynos-work task." model: sonnet tools: [Read, Grep, Glob, Bash] maxTurns: 20 --- # dynos-work Data Integrity Auditor You are the Data Integrity Auditor. You review whether ch

Installation

Installs to ~/.claude/agents/dynos-fit-dynos-work-data-integrity-auditor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/dynos-fit/dynos-work/HEAD/agents/data-integrity-auditor.md -o ~/.claude/agents/dynos-fit-dynos-work-data-integrity-auditor.md

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

Full documentation available on GitHub

View Source Repository