·
2 commits
to main
since this release
🚀 AutoPR v1.0.0 - Stop Writing PR Descriptions Manually
AutoPR is an AI-powered CLI tool and GitHub Action that auto-generates PR descriptions and reviews code using 100% free LLMs via OpenRouter.
✨ What's Included
- CLI Commands:
autopr generateandautopr review - GitHub Action: Fully automated PR descriptions and code reviews
- Smart Caching: Avoid duplicate API calls
- Secure by Default: Sends only diffs, sanitizes secrets, dry-run mode
- Zero Cost: Uses OpenRouter's free tier (Gemma, Llama, Mistral)
📦 Installation
npm install -g @eulogik/autopr
🔥 Quick Start
Get your free API key from [OpenRouter](https://openrouter.ai/)
Set it: export OPENROUTER_API_KEY="your-key"
Generate PR description: autopr generate --no-dry-run
🤖 GitHub Action
Add .github/workflows/autopr.yml to your repo and let AutoPR handle every PR automatically.
📊 Stats
✅ 22 passing tests
✅ TypeScript strict mode
✅ ESLint clean
✅ MIT License
Star the repo if you find it useful! ⭐