# Create Pr

> The recommended way to create a pull request

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

---


# Creating a Pull Request

## When Creating a Pull Request

- Must use the GitHub CLI to create a pull request
- If GitHub CLI is not available, create the pull request via the GitHub MCP server if it's set up
- Must use Conventional Commits for writing pull request titles. Check [Conventional Commits](https://www.conventionalcommits.org/) for details
- Must use the pull request template at `.github/pull_request_template.md` for the pull request description
- Keep the pull request description short and concise
- Must automatically assign the pull request to yourself
- Must mark the pull request as "Draft" until it's ready for review

