CLAUDE.md was current; repo just lacked a user-facing README.
README covers what the skill is, how it complements zero-check, the
install paths (.skill file vs source symlink), the supported backends
(Gemini CLI default, Ollama, anything text-in/text-out), manual
invocation for debugging, repo layout, and the packaging command.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Skill that sends git diffs to an independent AI model (Gemini CLI, Ollama)
for security, bug, performance, and convention review. Assembles a context
packet from CLAUDE.md + session notes + expanded diff so the reviewer
evaluates intent vs. implementation.
Includes context assembler script, structured review prompt template,
and review-ready CLAUDE.md with key patterns documented.