pr creation

Automate GitHub PR creation and descriptions using the gh CLI and pr_template.md.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/wolfbela/claude-skill --skill pr-creation-wolfbela
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr creation
Source: https://github.com/wolfbela/claude-skill/tree/main/weshake/skills/pr-creation
Command: npx skills add https://github.com/wolfbela/claude-skill --skill pr-creation-wolfbela

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

PRs often require consistent descriptions and proper context. This Skill automates PR creation and PR description drafting to save time and reduce miscommunication.

Core Features & Use Cases

  • Automates PR creation via gh CLI after reviewing branch changes.
  • Enforces using the pr_template.md for consistent PR descriptions.
  • Supports updating or refining PR descriptions with guided prompts based on the codebase.

Quick Start

Describe the branch changes and run the PR drafting workflow to generate a PR with an English description following the template.

Frequently Asked Questions about pr creation

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

FAQPage Schema
How do I automate GitHub pull request creation with a standard template?

Automate GitHub pull request creation by using the gh CLI to review branch changes and generate PRs that strictly enforce the pr_template.md format for consistent descriptions.

How do I write a clear PR description from my codebase changes?

Write a clear PR description by running the PR drafting workflow, which analyzes your branch changes and generates guided English content based on the codebase following a standard template.

Can I update an existing pull request description using the gh CLI?

Yes, you can update an existing pull request description using the gh CLI, as this workflow supports refining and updating PR descriptions with guided prompts based on your codebase.

Does this PR creation workflow require any external dependencies?

This PR creation workflow requires no external dependencies, relying solely on the gh CLI for GitHub PR actions and enforcing the pr_template.md format for consistent English-language descriptions.

What are the limitations of automating PR creation with this template approach?

Limitations of automating PR creation include a strict requirement for English-language content and a maximum of 1000 inserted lines, ensuring descriptions remain concise and adhere to the template.