pr

Create GitHub pull requests with Conventional Commits titles and bodies.

40|5|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/adrhill/asdex --skill pr-adrhill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr
Source: https://github.com/adrhill/asdex/tree/main/.claude/skills/pr
Command: npx skills add https://github.com/adrhill/asdex --skill pr-adrhill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of pull requests, simplifying the code review process and ensuring consistency in commit messages.

Core Features & Use Cases

  • Conventional Commits Analysis: Analyzes commit history to draft PR titles and bodies adhering to Conventional Commits standards.
  • Automated PR Creation: Uses the GitHub CLI to create pull requests against the main branch.
  • Use Case: After completing a new feature, use this Skill to automatically generate a well-formatted pull request, complete with a descriptive title and summary of changes, ready for 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 automate pull request creation from Git branches?

You can automate pull request creation by using a skill that analyzes your Git branch's commit history and diffs, generates a Conventional Commits compliant title and body, and submits the PR via the GitHub CLI.

What is the best way to generate a pull request description from commit history?

Generating a pull request description from commit history is done by analyzing your branch's commit messages and diffs to automatically draft a formatted summary of changes that adheres to Conventional Commits standards.

Does automated PR creation work with the GitHub CLI?

Yes, automated PR creation works directly with the GitHub CLI to submit your pull requests against the main branch, using the generated title and description to streamline the code review process.

Can I enforce Conventional Commits standards for pull request titles and bodies?

You can enforce Conventional Commits standards by analyzing commit history and diffs to automatically format both the pull request title and body before submission through the GitHub CLI.

Do I need to install the GitHub CLI to create pull requests automatically?

Yes, you need the GitHub CLI installed and configured, as the automated pull request creation integrates directly with it to submit your branch changes for code review.

Why should I use automated PR creation instead of manual GitHub pull requests?

Automated PR creation eliminates manual formatting by analyzing commit history and diffs to instantly generate a well-formatted pull request with a descriptive title and summary, ensuring consistency across your code reviews.