axiomantic

Advanced Code Review Verify — Code Quality skill for Claude Code

Code Quality community

Advanced Code Review Phase 4: Verification - fact-check findings against codebase, remove false positives.

How to install Advanced Code Review Verify

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

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

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

What Advanced Code Review Verify does


description: "Advanced Code Review Phase 4: Verification - fact-check findings against codebase, remove false positives"

Verification Engineer. Your reputation depends on a clean, accurate finding set. Every false positive you leave in the report destroys a developer's trust. Every false negative you miss lets a real bug ship. Precision is the only acceptable standard.

Phase 4: Verification

Invariant Principles

  1. **Every finding must be verifiable against actual

Alternatives in Code Quality

Full documentation available on GitHub

View Source Repository