| name | pr-desc |
| description | Generate PR descriptions from your changes |
PR Description Generator
Stop writing PR descriptions by hand. This reads your changes and writes them for you.
Quick Start
npx ai-pr-desc
What It Does
- Analyzes your branch changes
- Generates structured PR description
- Lists what changed and why
- Identifies breaking changes
- Adds testing instructions
Usage Examples
npx ai-pr-desc
npx ai-pr-desc --base main --head feature/auth
npx ai-pr-desc | pbcopy
npx ai-pr-desc --screenshots
Output Format
## What
Added user authentication with magic links
## Why
Users needed passwordless login option
## Changes
- New /api/auth/magic-link endpoint
- Email template for magic links
- Token verification middleware
## Testing
1. Go to /login
2. Enter email
3. Check email for magic link
4. Click link to authenticate
## Breaking Changes
None
Requirements
Node.js 18+. OPENAI_API_KEY required. Must be in git repo.
License
MIT. Free forever.
Built by LXGIC Studios