create-pr

Analyze branch differences to draft conventional-commits PR titles and descriptions.

1|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/takuan-osho/ccmarketplace --skill create-pr-takuan-osho
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-pr
Source: https://github.com/takuan-osho/ccmarketplace/tree/main/plugins/create-pr
Command: npx skills add https://github.com/takuan-osho/ccmarketplace --skill create-pr-takuan-osho

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates PR drafting by analyzing differences between the current branch and main to generate a conventional-commits compliant title and reviewer-ready description.

Core Features & Use Cases

  • Automatic analysis of changed files
  • Generates PR titles in Conventional Commits format and a structured description
  • PR creation using GitHub CLI to streamline your workflow

Quick Start

Use the create-pr skill to generate a PR title and description from the current branch and open the PR on GitHub.

Frequently Asked Questions about create-pr

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate pull request creation with conventional commit titles?

To automate pull request creation, this Skill analyzes git branch differences to generate conventional-commits compliant titles and structured descriptions, then opens the PR via the GitHub CLI.

What is the best way to generate a PR description from git diff?

Generating a PR description from git diff involves analyzing changed files between the current branch and main to assemble structured sections like overview, related issues, changes, and testing for code reviews.

Does this PR automation tool work with both feature and bugfix branches?

Yes, this PR automation tool applies to both feature and bugfix branches across Git workflows, analyzing branch differences to enable consistent PR metadata for CI pipelines and stakeholder communication.

Do I need the GitHub CLI installed to auto-create PRs?

Yes, you need the GitHub CLI installed, as this Skill supports automated PR creation directly through it to streamline your workflow and open reviewer-ready pull requests on GitHub.

Can I generate conventional commit titles without manually writing the PR metadata?

Yes, you can automatically generate conventional commit titles without manual entry, as the Skill analyzes your current branch differences to produce compliant titles and reviewer-ready descriptions.