create-pr

Installation
SKILL.md

Create Pull Request

Create a PR with proper conventions: local verification, Conventional Commits title, a templated body, and an optional linked ticket. This skill is language- and framework-agnostic — substitute your project's actual build, lint, test, and format commands where examples are shown.

Prerequisites

Before starting, verify:

  1. Current branch has commits not on the base branch (git log origin/<base-branch>..HEAD --oneline)
  2. Branch is pushed to remote (git push -u origin HEAD if not)
  3. No uncommitted changes that should be included (git status)

Workflow

1. Understand the Changes

Run in parallel:

git log origin/<base-branch>..HEAD --oneline
git diff origin/<base-branch>..HEAD --stat
Related skills
Installs
51
GitHub Stars
72
First Seen
Apr 22, 2026