creating-pr

Create GitHub pull requests with titles, descriptions, linked issues, and reviewers.

2|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/kscius/KS-Cursor-Orchestrator --skill creating-pr-kscius
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: creating-pr
Source: https://github.com/kscius/KS-Cursor-Orchestrator/tree/main/skills/creating-pr
Command: npx skills add https://github.com/kscius/KS-Cursor-Orchestrator --skill creating-pr-kscius

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manages the bottleneck of manual PR preparation by automatically packaging work into a clean, review-ready pull request with a strong title, structured description, linked issues, and appropriate reviewers.

Core Features & Use Cases

  • Automates PR creation with standardized title templates and structured descriptions.
  • Links related issues and references to commits, enabling traceability across the project.
  • Assigns reviewers and applies repository conventions to ensure consistent code review workflows.

Quick Start

Create a clean PR by generating a concise, structured title and description, linking related issues, and selecting appropriate reviewers.

Frequently Asked Questions about creating-pr

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

FAQPage Schema
How do I automate pull request creation with structured descriptions on GitHub?

Automating pull request creation packages your commits into a review-ready PR with a structured title, description, linked issues, and assigned reviewers. It standardizes PR formatting for collaborative software projects to ensure consistent code review workflows.

What is the best way to ensure consistent PR formatting across multiple commits?

The best way to ensure consistent PR formatting is applying a standardized PR template that automatically drafts titles, links related issues, references commits, and assigns reviewers. This maintains traceability and enforces repository conventions across all contributions.

How do I link related issues and assign reviewers when creating a PR?

Linking related issues and assigning reviewers is handled during the end-to-end PR workflow by referencing commits and applying repository conventions. This enables project traceability and ensures the appropriate reviewers are selected automatically.

Can I prepare a branch and perform a self-review before submitting a pull request?

Yes, preparing the branch and performing a self-review are integral steps in the end-to-end PR workflow. The process includes drafting the title, structuring the description, checking your own changes, and creating the PR with proper labels and reviewers.

Does automated PR generation work for collaborative software projects with multiple contributors?

Automated PR generation is designed for collaborative software projects on GitHub where contributors need consistent PR formatting. It manages the bottleneck of manual PR preparation by standardizing titles, descriptions, and reviewer assignments across the team.