# Create Pr

> Generate pull request descriptions, changelogs, and PR templates from git changes

- Skill: `chainlesschain/create-pr` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add chainlesschain/create-pr`
- Raw SKILL.md: https://api.skillmd.com/api/skills/chainlesschain/create-pr/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: chainlesschain (https://skillmd.com/u/chainlesschain)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/chainlesschain/create-pr

---


# Create PR Skill

Generate pull request content from git changes, including titles, descriptions, and changelogs.

## Usage

```
/create-pr [mode] [branch name or description]
```

## Modes

- **create** (default) - Generate PR title and description from current changes
- **draft** - Create a draft PR outline
- **template** - Generate a reusable PR template
- **changelog** - Generate changelog entries from commits

## Examples

```
/create-pr create
/create-pr create feature/user-auth
/create-pr draft Add caching to API endpoints
/create-pr template
/create-pr changelog v1.1.0..v1.2.0
```

## Output

PR title, structured description with summary, changes, testing notes, and optional changelog.

