pr:create

Create GitHub pull requests with validated titles and descriptions.

5|3|Updated May 19, 2026
One-click install
npx skills add https://github.com/awinogradov/code-assistants --skill pr-create-awinogradov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr:create
Source: https://github.com/awinogradov/code-assistants/tree/main/claude-plugins/autopilot/skills/pr%3Acreate
Command: npx skills add https://github.com/awinogradov/code-assistants --skill pr-create-awinogradov

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the creation of pull requests with validated titles and descriptions, following repository conventions, saving developers time and reducing the risk of errors.

Core Features & Use Cases

  • Automated PR Creation: Automatically generates and creates pull requests with validated titles and descriptions.
  • Issue Linking: Automatically links issues to the pull request.
  • Release Notes: Automatically includes release notes for breaking changes.
  • Use Case: When a developer wants to create a pull request for a feature or bug fix, this Skill can be used to automate the process and ensure the PR meets the repository standards.

Quick Start

Use the pr:create skill to create a pull request for the current branch.

Frequently Asked Questions about pr:create

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

FAQPage Schema
How do I automate pull request creation with validated titles and descriptions?

Automating pull request creation involves generating titles and descriptions that follow repository conventions to reduce errors. This Skill handles issue linking, release notes for breaking changes, and draft PRs using the git and gh CLI tools.

Do I need the gh CLI installed to automate GitHub PR generation?

Yes, the gh CLI is required to automate GitHub PR generation. This Skill depends on both git and gh to interact with your repository, validate PR titles, and automatically link issues during creation.

Can I create draft pull requests and link issues automatically?

Yes, you can create draft pull requests and link issues automatically. This Skill validates titles and descriptions against repository standards while handling issue linking and release notes for breaking changes.

What is the best way to ensure pull request titles follow repository conventions?

Ensuring pull request titles follow repository conventions requires validating the title and description against project standards before submission. This Skill automates that validation process using AskUserQuestion interactions during PR creation.

How do I include release notes for breaking changes when creating a pull request?

Including release notes for breaking changes when creating a pull request is handled automatically by this Skill. It generates validated descriptions and integrates release notes alongside issue linking during the PR creation workflow.

Why does automated pull request creation fail without git or gh CLI?

Automated pull request creation fails without git or gh CLI because this Skill relies on them to interact with GitHub. Both dependencies are mandatory for executing repository commands, validating titles, and linking issues.