create-pr

Analyze branch changes and generate structured GitHub pull requests via gh pr create.

Updated Jan 17, 2026
One-click install
npx skills add https://github.com/inakam/dotfiles-raspberry --skill create-pr-inakam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-pr
Source: https://github.com/inakam/dotfiles-raspberry/tree/main/dot_claude/skills/create-pr
Command: npx skills add https://github.com/inakam/dotfiles-raspberry --skill create-pr-inakam

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

ブランチの変更を分析し、構造化されたPR本文を自動生成して gh pr create で作成します。

Core Features & Use Cases

  • ブランチ変更の要約と PR本文の自動生成
  • リポジトリの PR テンプレートを検出して、統一感のある本文とタイトルを作成
  • gh pr create を用いた PR 作成と、PR template の活用

Quick Start

現在のブランチの変更を分析して PR の本文とタイトルを自動生成し、gh pr create で PR を作成してください。

Frequently Asked Questions about create-pr

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

FAQPage Schema
How do I automatically create a GitHub pull request from my current branch?

You can automatically create a GitHub pull request by using this Skill to analyze your branch changes and generate a structured PR body. It then executes gh pr create to submit the pull request directly from your repository.

How does PR template detection work when generating a pull request body?

PR template detection works by scanning your repository for existing pull request templates and applying their structure to your summarized branch changes. This ensures the generated PR body maintains formatting consistency across your team.

Do I need Git and gh CLI installed to automate pull request creation?

Yes, you need both Git and gh CLI installed to automate pull request creation. The Skill relies on Git to analyze branch changes and gh CLI to execute the gh pr create command for submitting your structured pull request.

What is the best way to summarize commits for a structured pull request body?

The best way to summarize commits for a structured pull request body is to use an automation tool that analyzes branch changes and references PR templates. This approach automatically generates a consistently formatted PR body and title.

Can I use this Skill to create pull requests across multiple repositories?

Yes, you can use this Skill to create pull requests across multiple repositories. It analyzes branch changes and applies repository-specific PR templates to execute gh pr create accurately across different project environments.

Why does my automated pull request creation fail to format correctly?

Automated pull request creation may fail to format correctly if the repository lacks a detectable PR template or if Git and gh CLI are not properly configured. The Skill requires these dependencies to ensure accurate formatting and successful PR creation.