Pull Request Description Writer

Version: 1.0 Added: Jan 21, 2026

Description

Generates comprehensive pull request descriptions by analyzing commits and changes. Includes summary, changes list, testing instructions, and screenshots placeholders.

Code

Skill Code
PR description includes:
1. Summary of changes
2. Related issue links
3. Type of change (feature/fix/refactor)
4. Detailed changes list
5. Testing instructions
6. Screenshots/recordings section
7. Checklist

Usage Examples

Examples
User: create a PR "keyword">for my changes

Claude: *analyzes branch*
```markdown
## Summary
Implements user authentication with OAuth2 support.

Closes #123

## Changes
- Add Google OAuth provider
- Create login/logout endpoints
- Add session middleware
- Update user model with OAuth fields

## Testing
1. Click "Login with Google"
2. Authorize the application
3. Verify redirect to dashboard

## Checklist
- [x] Tests added
- [x] Documentation updated
```

Installation

Add the following to your CLAUDE.md file (project root or ~/.claude/CLAUDE.md for global):

CLAUDE.md
# Pull Request Description Writer

PR description includes:
1. Summary of changes
2. Related issue links
3. Type of change (feature/fix/refactor)
4. Detailed changes list
5. Testing instructions
6. Screenshots/recordings section
7. Checklist

Comments (0)

No comments yet. Be the first to share your thoughts!