A CLI tool for reviewing .diff files with Gemini.
- Reads local
.difffiles. - Shows per-file added and removed line counts.
- Generates AI-powered PR reviews.
- Saves generated reviews to
review.md.
ai-pr-mentor stats path/to/changes.diffShows a diff summary with files changed, added lines, and removed lines.
ai-pr-mentor review path/to/changes.diffSends the diff to Gemini, prints the AI review, and writes it to review.md.