create-pr

Installation
SKILL.md

Create PR

This skill streamlines the Pull Request process, ensuring consistent and high-quality PR descriptions.

Prerequisites

  • gh (GitHub CLI) must be installed and authenticated.
  • The current branch must have commits that are not yet on the remote (or a corresponding remote branch).

Workflow

  1. Analyze Context: Checks the git log to understand the changes (feat, fix, chore).
  2. Generate Metadata:
    • Title: Uses the conventional commit format (e.g., feat: Implement user login).
    • Body: Summarizes the changes, links to issues, and provides verification steps.
  3. Execute: Runs gh pr create.

Usage

Related skills
Installs
13
GitHub Stars
209
First Seen
Jan 22, 2026