# Create Pr

> Create a well-structured pull request with proper description, labels, and reviewers; keywords: pull-request, pr, unit-test, test. Use only on explicit request; skip in routine implementation discussions.

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

---


# Create PR

## Overview

Create a well-structured pull request with proper description, labels, and
reviewers.

## Steps

1. **Prepare branch**
    - Ensure all changes are committed
    - Push branch to remote
    - Verify branch is up to date with main
2. **Write PR description**
    - Summarize changes clearly
    - Include context and motivation
    - List any breaking changes
    - Add screenshots if UI changes
3. **Set up PR**
    - Create PR with descriptive title
    - Add appropriate labels
    - Assign reviewers
    - Link related issues

## PR Template

- [ ] Feature A
- [ ] Bug fix B
- [ ] Unit tests pass
- [ ] Manual testing completed

