create-pr

Create a pull request with an AI-generated summary of branch commits.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ameyalambat128/dotfiles --skill create-pr-ameyalambat128
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-pr
Source: https://github.com/ameyalambat128/dotfiles/tree/main/claude/skills/create-pr
Command: npx skills add https://github.com/ameyalambat128/dotfiles --skill create-pr-ameyalambat128

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create a pull request with a clean, AI-native summary of all commits, making code reviews faster and more reliable.

Core Features & Use Cases

  • AI-native Summary: Generate a concise PR summary from the commits included in the branch.
  • Contextual Title & Body: Produce a PR title and body formatted for readability.
  • Notes on Dependencies: Highlight potential breaking changes or dependencies to inform reviewers.

Quick Start

From your repository, run the create-pr skill to generate and push a PR for the current branch with an AI-generated title and body.

Frequently Asked Questions about create-pr

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

FAQPage Schema
How do I create a pull request with an AI-generated summary from my commits?

Create a pull request by running the create-pr skill from your feature branch. It generates a conventional-commit-formatted title and structured body summarizing all commits, then creates the PR using gh. The skill handles commit analysis, grouping by feature, and identifying breaking changes automatically.

What information does an AI-generated PR summary include?

An AI-generated PR summary includes a concise title under 72 characters, followed by a structured body with Summary, Changes, Testing, and Notes sections. It groups commits by feature, identifies the primary purpose, and highlights breaking changes or dependencies for reviewers.

Can I use this with my existing git workflow?

Yes, the skill integrates into your git workflow by analyzing commits on your current feature branch and pushing the branch if needed before creating the PR. It requires gh CLI access and works with repositories where you're ready to open a pull request.

How does the skill identify breaking changes in my commits?

The skill analyzes commit messages and content across your branch to detect breaking changes and dependencies, surfacing them in the PR Notes section. This ensures reviewers are immediately aware of potential impact before approval.

Do I need to write the PR title and description myself?

No, the skill generates both automatically. It produces a conventional-commit-formatted title from your commits and structures the body with Summary, Changes, Testing, and Notes—saving you time while maintaining consistency.

What happens if my branch hasn't been pushed yet?

The skill pushes your branch automatically if needed before creating the PR, so you don't have to handle that step separately. It then creates the PR with the generated summary using gh.