create-pull-request

Create GitHub pull requests with gh CLI using branch and commit context.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/shapris/svarus-darbas --skill create-pull-request-shapris
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-pull-request
Source: https://github.com/shapris/svarus-darbas/tree/main/.kilocode/skills/create-pull-request
Command: npx skills add https://github.com/shapris/svarus-darbas --skill create-pull-request-shapris

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the creation of a well-structured GitHub pull request that follows project conventions, reducing manual setup and ensuring consistent PR quality.

Core Features & Use Cases

  • Automated PR scaffolding with base/target branch alignment, commit analysis, and branch management.
  • PR body templating and integration with gh CLI to streamline code reviews and collaboration.
  • Use Case: When preparing a feature or fix for review, generate a PR that adheres to project standards with an informative description.

Quick Start

Create a GitHub pull request that follows project conventions using the gh CLI.

Frequently Asked Questions about create-pull-request

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

FAQPage Schema
How do I automate GitHub pull request creation to follow project conventions?

You can automate GitHub pull request creation by using the gh CLI to scaffold a well-structured PR. This ensures base and target branch alignment, analyzes commits, and generates a PR body from contextual metadata to maintain consistent project conventions.

What do I need to set up before automating a pull request with the gh CLI?

Before automating a pull request with the gh CLI, you need to complete gh authentication and ensure a clean working tree. These prerequisites are required to successfully generate the PR body and manage branch alignment.

Can I automatically assign reviewers when creating a pull request?

Yes, you can assign reviewers when creating a pull request. The automation process handles reviewer assignments alongside base and target branch alignment to streamline code reviews and collaboration.

How does automated PR scaffolding handle the PR body generation?

Automated PR scaffolding generates the PR body from contextual metadata and commit analysis. This templating approach integrates with the gh CLI to produce an informative description that adheres to project standards.

When should I use automated PR creation instead of manual submission?

You should use automated PR creation when preparing a feature or fix for review to ensure consistent PR quality. It reduces manual setup for formal PR submissions, code reviews, and branch management across project conventions.