pr-creator

Create pull requests and close related issues using Conventional Commits.

6|1|Updated Dec 26, 2025
One-click install
npx skills add https://github.com/shiiman/claude-code-plugins --skill pr-creator-shiiman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-creator
Source: https://github.com/shiiman/claude-code-plugins/tree/main/.claude/skills/pr-creator
Command: npx skills add https://github.com/shiiman/claude-code-plugins --skill pr-creator-shiiman

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

実装完了後に PR を作成し、関連する Issue を自動的にクローズするワークフローを支援します。

Core Features & Use Cases

  • 変更内容の分析と PR 作成: 変更点を取りまとめて PR を作成。
  • 関連 Issue の特定とクローズ: 連携する Issue を自動的にクローズ。
  • PR のタイトル/本文の雛形: Conventional Commits 形式をベースに整形。

Quick Start

変更を反映した後、PR を作成するためのコマンドを呼び出します。例: 'このブランチで新機能を PR 作成して'。

Frequently Asked Questions about pr-creator

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

FAQPage Schema
How do I automate pull request creation after completing code changes?

Automate pull request creation by analyzing your commits and branches, then using this Skill to generate a PR with Conventional Commits formatting and auto-close related issues via Closes/Fixes keywords in the PR body.

Can I automatically close issues when I create a pull request?

Yes. This Skill identifies related issues from your commits and branch context, then closes them automatically by including Closes or Fixes keywords in the PR description when the PR is created.

What's the best way to structure PR titles and descriptions in a Git workflow?

This Skill enforces Conventional Commits convention for PR titles and bodies, standardizing your workflow so commit messages, PR metadata, and issue closure follow a consistent format recognized by version control systems.

Does this work with GitHub pull requests and Git branches?

Yes. This Skill integrates gh pr create to inspect git status, diffs, and branch state, then generates and submits pull requests directly to your Git workflow.

Do I need to manually specify which issues to close when creating a PR?

No. This Skill analyzes your commits and user input to identify related issues automatically, then references them in the PR using standard Closes/Fixes keywords for automatic closure.

What happens if my branch has no related issues?

The Skill creates a pull request with a properly formatted title and body based on your commits and Conventional Commits convention; issue closure only occurs if related issues are detected in commit history or branch metadata.