create-pr

Installation
SKILL.md

Create Pull Request

Create pull requests following the best engineering practices.

Requires: GitHub CLI (gh) authenticated and available.

Prerequisites

Before creating a PR, ensure all changes are committed. If there are uncommitted changes, run the commit skill skill({ name: "conventional-commit" }) first to commit them properly.

# Check for uncommitted changes
git status --porcelain

If the output shows any uncommitted changes (modified, added, or untracked files that should be included), invoke the commit skill skill({ name: "conventional-commit" }) before proceeding.

Process

Installs
275
GitHub Stars
12
First Seen
Jan 31, 2026
create-pr — marcelorodrigo/agent-skills