create-pr

Create GitHub pull requests with Conventional Commits titles and structured bodies.

1|1|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/yunseo-kim/agent-toolbox --skill create-pr-yunseo-kim
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-pr
Source: https://github.com/yunseo-kim/agent-toolbox/tree/main/catalog/skills/create-pr
Command: npx skills add https://github.com/yunseo-kim/agent-toolbox --skill create-pr-yunseo-kim

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation of GitHub pull requests, ensuring consistent formatting and including all necessary information for review.

Core Features & Use Cases

  • Conventional Commits: Automatically formats PR titles according to the Conventional Commits specification for better commit history.
  • Structured PR Bodies: Generates a standard PR body with sections for summary, related issues, and a checklist.
  • Use Case: When you've finished a new feature, use this Skill to create a pull request with a title like feat(auth): Implement OAuth2 login and a body that prompts you to describe the changes and link to relevant issues.

Quick Start

Use the create-pr skill to make a pull request for a new feature in the auth module.

Frequently Asked Questions about create-pr

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

FAQPage Schema
How do I automate GitHub pull request creation with Conventional Commits?

Automating GitHub pull request creation with Conventional Commits involves formatting PR titles according to the specification and generating structured PR bodies. This Skill uses the gh CLI to automatically apply these conventions for consistent commit history and review submissions.

What is the best way to format pull request titles for a structured commit history?

Formatting pull request titles for a structured commit history requires adhering to the Conventional Commits specification, such as using prefixes like feat or fix. This approach automatically generates titles like feat(auth): Implement OAuth2 login to maintain a clear project timeline.

Do I need the gh CLI to create structured GitHub pull requests?

Yes, you need the gh CLI installed to create structured GitHub pull requests using this automation. The Skill relies on the gh CLI to interact with GitHub and generate Conventional Commits-formatted titles and structured PR bodies for your code contributions.

How do I generate a standard PR body with sections for summary and related issues?

Generating a standard PR body with sections for summary and related issues is done by automating the structuring of pull request content. This Skill creates a standard template that prompts you to describe changes and link to relevant issues for thorough code review.

Can I use this for software development workflows submitting new features for review?

Yes, you can use this for software development workflows submitting new features for review. When you have finished a new feature, this Skill automates creating a pull request with a properly formatted title and a structured body for managing code contributions.