Commit Graph

2 Commits

Author SHA1 Message Date
Travis Herbranson
a3accf26fa docs: add README
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>
2026-05-20 07:30:52 -04:00
Travis Herbranson
86797abb99 Initial a-review skill: model-agnostic independent code review
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.
2026-04-27 20:32:56 -04:00