pr

Generate pull request titles and bodies from commit history with conventional standards.

1|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/coreindustries/core-ai-template --skill pr-coreindustries
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr
Source: https://github.com/coreindustries/core-ai-template/tree/main/.claude/skills/pr
Command: npx skills add https://github.com/coreindustries/core-ai-template --skill pr-coreindustries

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of creating pull requests by automatically generating comprehensive descriptions and ensuring the branch is ready for review.

Core Features & Use Cases

  • Automated PR Description: Generates a detailed summary, changes list, and test plan based on commit history.
  • CI Readiness Check: Verifies local tests and linting pass before pushing.
  • Use Case: After completing a new feature with several commits, invoke this skill to create a well-documented pull request ready for your team's review.

Quick Start

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

Frequently Asked Questions about pr

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

FAQPage Schema
How do I generate a pull request description from git commit history?

To generate a pull request description from git commit history, this Skill analyzes your branch commits and conventional commit standards to automatically create a comprehensive summary, changes list, and test plan for your PR.

Can I assign reviewers and set a base branch when creating a GitHub pull request?

Yes, you can assign reviewers and set a base branch when creating a GitHub pull request. This Skill supports base branch specification and reviewer assignment to streamline your code integration workflow directly from your local environment.

How do I create a draft pull request after completing a feature?

You create a draft pull request after completing a feature by invoking this Skill on your current branch. It supports draft PR creation and verifies local tests and linting pass before pushing your code for review.

Does the PR creation process check if local tests and linting pass before pushing?

Yes, the PR creation process checks if local tests and linting pass before pushing. This CI readiness check ensures your branch is fully verified and prepared for your team's code review before integration.

What is conventional commit standard formatting for pull request titles?

Conventional commit standard formatting for pull request titles uses structured commit messages to define PR titles. This Skill parses your branch commit history to generate accurate titles and bodies based on those established standards.