pr-create

Generate concise pull request descriptions focused on user impact.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you craft a clean, concise pull request description that makes reviews faster and more productive.

Core Features & Use Cases

  • Enforce feature-branch discipline: ensure PRs are created from feature branches, not main, and that all workspace changes are committed
  • Generate reviewer-friendly summaries: focus on the user impact and the what/why of changes in a brief, bullet-based description
  • Structured guidance on what to include (and what to omit): avoid including acceptance criteria, test plans, or lists of changed files, unless necessary for context

Quick Start

Ask the AI to prepare a PR description for your current feature branch, summarizing the changes and user impact in a concise paragraph.

Frequently Asked Questions about pr-create

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

FAQPage Schema
How do I write a pull request description that focuses on user impact?

To write a user-impact focused pull request description, structure your summary as a brief, bullet-based list explaining the what and why of changes. Omit acceptance criteria, test plans, and exhaustive file lists unless strictly necessary for reviewer context.

What should a clean PR description include for faster code review?

A clean PR description for faster code review should include a concise paragraph summarizing changes and user impact. It should exclude acceptance criteria, test plans, and changed file lists to keep the reviewer focused on the core feature logic.

Can I generate a PR summary from a feature branch with multiple commits?

Yes, you can generate a PR summary from a feature branch with multiple commits. The process works across Git hosting platforms for small to medium changes, synthesizing multi-commit workflows into a single concise review-friendly paragraph.

How do I prepare a feature branch for a new pull request?

To prepare a feature branch for a new pull request, ensure you are creating the PR from a feature branch rather than main, and verify that all workspace changes are fully committed before generating the description summary.

Why should I exclude acceptance criteria and test plans from my PR description?

You should exclude acceptance criteria and test plans from your PR description to enforce a user-why focus and keep the summary concise. Including them creates reading friction and distracts reviewers from understanding the actual user impact of the feature.