kodevu
Installation
SKILL.md
Kodevu Skill
Kodevu is a Node.js tool that fetches Git commits or SVN revisions, sends the diff to a supported AI reviewer CLI, and writes review results to report files. It supports an optional persistent config file at ~/.kodevu/config.json for settings that should survive across sessions.
Usage
Use npx kodevu to review a codebase.
Reviewing the latest commit
npx kodevu .
Reviewing a specific commit
npx kodevu . --rev <commit-hash>