| Crates.io | ur-commit-mentor |
| lib.rs | ur-commit-mentor |
| version | 0.1.5 |
| created_at | 2025-01-18 13:57:33.903524+00 |
| updated_at | 2025-01-18 15:49:43.917335+00 |
| description | A CLI tool that analyzes git commits and provides AI-powered code review insights (for now only works with Claude API) |
| homepage | |
| repository | https://github.com/ddoemonn/ur-commit-mentor |
| max_upload_size | |
| id | 1521648 |
| size | 309,433 |
A powerful CLI tool that analyzes git commits and provides AI-powered code review insights using Claude AI (currently the only supported AI provider).
Ever written code, committed changes, and then wished you had a second pair of eyes before pushing? ur-commit-mentor acts as your AI-powered code review companion:
[Demo video coming soon...]
# Install from crates.io
cargo install ur-commit-mentor
# Basic usage
ur-commit-mentor <repository_path> <claude_api_key>
# Example
ur-commit-mentor ./my-project "sk-ant-api03-xxxx..."
# With relative path
cd ~/projects
ur-commit-mentor ./awesome-project "your-api-key"
git checkout -b feature/amazing-feature)git commit -m 'Add amazing feature')git push origin feature/amazing-feature)This project is licensed under the MIT License - see the LICENSE file for details.
Özer Gökalpsezer - @ddoemonn