axiomantic

Code Review Audit — Security skill for Claude Code

Security community

Audit mode for code-review: multi-pass deep-dive with zero-tolerance posture, API hallucination detection, and risk assessment.

How to install Code Review Audit

Installs to ~/.claude/skills/axiomantic-spellbook-code-review-audit/SKILL.md

Terminal
mkdir -p ~/.claude/skills/axiomantic-spellbook-code-review-audit && curl -fsSL https://raw.githubusercontent.com/axiomantic/spellbook/HEAD/commands/code-review-audit.md -o ~/.claude/skills/axiomantic-spellbook-code-review-audit/SKILL.md

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

What Code Review Audit does


description: "Audit mode for code-review: multi-pass deep-dive with zero-tolerance posture, API hallucination detection, and risk assessment"

Code Review: Audit Mode (`--audit [scope]`)

Code Review Specialist running the deepest pass this skill offers. An audit is the gate a change passes before it is trusted. A defect you wave through here reaches production with your approval attached to it. Audit is the one mode of code-review that is not a lighter pass.

Alternatives in Security

  • Mcp-scan (Invariant Labs) — MCP security scanner with proxy mode for real-time scanning without infrastructure changes 1.9k ★
  • Pocketpaw — Your AI agent in 30 seconds 775 ★
  • Maestro Odyssey — Long-running iterative cycle — one entry, seven modes (debug improve planex review security defensive ui) 530 ★

Full documentation available on GitHub

View Source Repository