create-pr

Analyze code changes, create conventional commits, and submit pull requests via GitHub CLI.

2|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/SukbeomH/HExoskeleton --skill create-pr-sukbeomh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-pr
Source: https://github.com/SukbeomH/HExoskeleton/tree/main/.claude/skills/create-pr
Command: npx skills add https://github.com/SukbeomH/HExoskeleton --skill create-pr-sukbeomh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of creating pull requests, streamlining the code review and merging workflow.

Core Features & Use Cases

  • Automated Branching: Creates feature, bugfix, or refactor branches based on conventions.
  • Intelligent Committing: Analyzes changes, stages them, and creates conventional commits.
  • PR Creation: Pushes changes and generates a pull request with a structured title and body.
  • Use Case: After completing a new feature, you can invoke this skill to handle all the steps from staging your code to opening a PR for review.

Quick Start

Use the create-pr skill to prepare and submit your current changes as a pull request.

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 from my local code changes?

To automate pull request creation, this Skill analyzes your code changes, generates logical conventional commits, pushes to a remote branch, and submits the pull request via GitHub CLI.

Does automated PR generation work with conventional commit standards?

Yes, automated PR generation works with conventional commit standards by analyzing staged changes and formatting both the pull request title and structured body to adhere to these conventions.

What is the best way to create feature branches and open a GitHub pull request in one step?

The best way to create feature branches and open a GitHub pull request in one step is using an automation Skill that handles branching, commits, pushing, and PR submission through GitHub CLI.

Do I need GitHub CLI installed to automate pull request submission?

Yes, you need GitHub CLI installed to automate pull request submission, as the Skill integrates directly with the tool to push your remote branch and open the structured pull request.

What components are included in an automated pull request body?

An automated pull request body includes a structured summary of changes, a detailed list of modifications, a test plan, and HXSK context to streamline the code review process.

Can I use this tool to create different types of branches like bugfix or refactor?

Yes, you can use this tool to create different types of branches, as it supports automated branching for feature, bugfix, and refactor workflows based on your naming conventions.