Db Audit banner
toxiccoder777 toxiccoder777

Db Audit

Security community

Description

--- description: Audit a folder of legacy/inherited SQL scripts before running them argument-hint: <folder of scripts> [target description] --- Invoke the **db-migration-auditor** agent against the folder in `$ARGUMENTS` (first token). Anything after it is context about the target database (environment, whether it holds real data) — pass that through verbatim rather than paraphrasing, since "does this target hold data worth keeping" changes the agent's recommendation on any destructive operatio

Installation

Installs to ~/.claude/skills/toxiccoder777-agentic-claude-db-audit/SKILL.md

Terminal
mkdir -p ~/.claude/skills/toxiccoder777-agentic-claude-db-audit && curl -fsSL https://raw.githubusercontent.com/toxiccoder777/agentic-claude/HEAD/commands/db-audit.md -o ~/.claude/skills/toxiccoder777-agentic-claude-db-audit/SKILL.md

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

Full documentation available on GitHub

View Source Repository