Powered by AI (Groq & Cerebras)

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.

$npm install -g lazypr
~/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