pr-creator

Generate GitHub pull request titles, bodies, labels, and reviewers from commit context.

1|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/tygwan/ultra-codex-init --skill pr-creator-tygwan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-creator
Source: https://github.com/tygwan/ultra-codex-init/tree/main/.codex/skills/pr-creator
Command: npx skills add https://github.com/tygwan/ultra-codex-init --skill pr-creator-tygwan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates PR creation and description drafting, reducing manual effort and ensuring consistent templates and linked documents.

Core Features & Use Cases

  • Generate PR titles and bodies using a template reference and commit context.
  • Recommend labels, reviewers, and link related PRD/tech docs automatically.
  • Use in standard software development workflows to speed up code reviews and maintain consistency.

Quick Start

Create a feature branch and invoke the PR-creator workflow to generate a templated PR and automatically link related documents.

Frequently Asked Questions about pr-creator

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

FAQPage Schema
How do I automate pull request creation and description drafting for Git workflows?

Automating pull request creation involves analyzing Git commit context to generate a conventional PR title and body. This standardizes PR templates, links documentation, and streamlines code reviews for software development teams using GitHub.

Can I automatically suggest labels and reviewers when creating a GitHub pull request?

Yes, automated PR creation can suggest labels and reviewers. By verifying the repository context and analyzing changes, the workflow recommends appropriate reviewers and links related technical or product requirement documents directly in the PR description.

What is the best way to standardize PR templates and link related documentation in GitHub?

The best way to standardize PR templates is to use an automated workflow that applies a template reference to commit context. This ensures every pull request maintains consistent formatting and automatically links related PRD or tech docs for reviewers.

Does PR automation work with existing Git feature branches and commit history?

Yes, PR automation works directly with existing Git feature branches. After creating a feature branch, invoking the workflow analyzes your commit history and repository context to draft the PR title, body, and documentation links without manual formatting.

Why should software development teams use automated PR generation instead of manual entry?

Automated PR generation reduces manual effort and ensures consistent templates across software development teams. It eliminates repetitive formatting by analyzing changes and generating conventional PR titles, bodies, and suggested reviewers to speed up code reviews.