Powered by your favorite AI
The lazy way to write pull requests
Generate clean, consistent PR titles and descriptions from your commits. Just run the command and let AI do the heavy lifting.
~/my-project
$lazypr main
✓ Found 5 commits ahead of main
✓ Generating PR content...
Title:
feat: Add user authentication with OAuth support
Description:
## Changes
- Implemented OAuth 2.0 authentication flow
- Added session management with secure cookies
- Created login/logout endpoints
- Implemented OAuth 2.0 authentication flow
- Added session management with secure cookies
- Created login/logout endpoints