# Pr

> Create well-documented pull requests with comprehensive descriptions.

- Skill: `panjason/pr` (Agent Skill)
- Install (CLI): `npx skillmds@latest add panjason/pr`
- Raw SKILL.md: https://api.skillmd.com/api/skills/panjason/pr/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: PanJason (https://skillmd.com/u/panjason)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/panjason/pr

---

# Pull Request Skill

Create well-documented pull requests with comprehensive descriptions.

## Usage
```
/pr
```

## Behavior
1. Analyze commits since branching from main
2. Generate a descriptive PR title
3. Create detailed description with:
   - Summary of changes
   - Testing instructions
   - Screenshots (if UI changes)
4. Create PR via `gh pr create`

## PR Template
```markdown
## Summary
Brief description of changes

## Changes
- List of specific changes made

## Testing
How to test these changes

## Screenshots
(if applicable)

## Checklist
- [ ] Tests pass
- [ ] Documentation updated
- [ ] No breaking changes
```

## Requirements
- GitHub CLI (`gh`) installed and authenticated
- On a feature branch (not main)

