create-pr

Analyze changes and generate a PR summary with gh pr create.

41|8|Updated Mar 20, 2024
One-click install
npx skills add https://github.com/sora32127/healthy-person-emulator-dotorg --skill create-pr-sora32127
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-pr
Source: https://github.com/sora32127/healthy-person-emulator-dotorg/tree/main/.agent/skills/create-pr
Command: npx skills add https://github.com/sora32127/healthy-person-emulator-dotorg --skill create-pr-sora32127

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

変更差分を分析し、PRの要約と本文を自動生成して GitHub CLI の gh pr create でPRを作成する作業を容易にします。

Core Features & Use Cases

  • 雲・雨・傘論法に基づくPR本文の自動生成
  • PRテンプレートの適用による一貫性の維持
  • gh pr create によるPR作成の自動化とCIチェックの整合性確保

Quick Start

変更をコミット後、create-prを起動して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 generate a pull request summary from my code changes?

To automatically generate a pull request summary, the Skill analyzes your git diff, applies the Fact/Implication/Action structure to craft the PR body, and uses the GitHub CLI to create the PR with the correct branch and title.

Can I use my existing PR template when creating pull requests with GitHub CLI?

Yes, you can use your existing PR template. The Skill analyzes code changes and applies your repository's PR template to maintain consistency when generating the PR body via gh pr create.

What is the best way to automate PR creation for different branch workflows?

The best way to automate PR creation across workflows is to use this Skill, which manages patch, feature, and doc branches by analyzing changes, generating a structured PR summary, and executing gh pr create with correct parameters.

Does the automated PR generation process consider CI checks?

Yes, the PR generation process considers CI checks. When the Skill creates the PR using gh pr create, it ensures branch, title, and body accuracy while accounting for CI check integration.

Do I need the GitHub CLI installed to automate pull request creation?

Yes, you need the GitHub CLI installed. The Skill relies on the gh pr create command to execute the automated PR creation after generating the summary and applying the PR template.

Why use the Fact, Implication, and Action structure for pull request descriptions?

Using the Fact, Implication, and Action structure for pull request descriptions ensures clear communication of code changes. This Skill automatically applies this framework to generate consistent and readable PR summaries.