create-pr

Create GitHub Pull Requests with customizable Markdown templates and issue links.

4|1|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/getty104/claude-task-worker --skill create-pr-getty104
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-pr
Source: https://github.com/getty104/claude-task-worker/tree/main/plugin/skills/create-pr
Command: npx skills add https://github.com/getty104/claude-task-worker --skill create-pr-getty104

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of creating Pull Requests (PRs) on GitHub, eliminating the need for manual description writing and ensuring consistent PR formatting.

Core Features & Use Cases

  • Automated PR Creation: Generates PRs based on predefined templates.
  • Customizable Templates: Supports custom PR description templates.
  • Issue Linking: Automatically closes associated issues with the PR.
  • Use Case: Ideal for teams with a workflow that requires PRs to be created with specific details and following a set format.

Quick Start

Create a new PR for issue #1234 using the default template.

Frequently Asked Questions about create-pr

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

FAQPage Schema
How do I automate GitHub Pull Request creation with consistent formatting?

Automate GitHub Pull Request creation by using predefined Markdown templates to generate descriptions, link associated issues, and assign responsible users. This eliminates manual writing and ensures PR descriptions adhere to a specific format including issue closure statements.

How do I automatically close associated issues when creating a GitHub PR?

Automatically close associated issues when creating a GitHub PR by including issue closure statements within your customized PR description template. The automation ensures the PR links directly to the associated issues and appends the necessary closure commands.

Do I need the GitHub CLI to automate PR creation with issue linking?

Yes, you need the GitHub CLI installed to automate PR creation. The automation requires the CLI to interact with GitHub repositories, generate PRs from templates, and execute the issue linking and user assignment commands.

Can I customize PR description templates using Markdown for GitHub?

Yes, you can customize PR description templates using Markdown for GitHub. The automation supports custom PR description templates, allowing your team to define specific formats and details that the generated PRs will strictly adhere to.

What is the best way to ensure PR descriptions adhere to a specific format on GitHub?

The best way to ensure PR descriptions adhere to a specific format on GitHub is by using template-based PR creation. Predefined Markdown templates enforce consistent formatting, eliminating manual entry errors and ensuring all required details and issue closure statements are included.

Why does my team need automated PR generation for continuous integration workflows?

Automated PR generation for continuous integration workflows ensures consistent PR formatting and issue linking. It eliminates manual description writing, enforces team-specific formats, and automatically assigns responsible users, streamlining the integration process.