ai-code-reviewer
Installation
SKILL.md
AI Code Reviewer
Automated AI-powered code review that runs on git hooks with progressive disclosure design. Reviews staged changes against project-specific rules using Claude AI, blocking or warning about violations before commits.
Key Features
- Progressive Disclosure: Loads rule metadata first for fast matching, full details only for applicable rules
- Git Hook Integration: Automatically runs on pre-commit or pre-push
- Project-Level Rules: Each project maintains its own review rules in
.ai-reviewer/rules/ - Smart Matching: Matches rules by keywords and file patterns before full AI review
- Flexible Configuration: Block/warn modes, Claude API or CLI backend
- Token Efficient: Minimizes context usage by loading only relevant rules