create-pr

Summarize feature branch commits into a structured GitHub pull request payload.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating GitHub pull requests with comprehensive summaries and test plans to speed up reviews and ensure quality.

Core Features & Use Cases

  • Automatically analyze commits to craft a precise PR title and body.
  • Group changes by area (Frontend, Backend, Database, Tests, Docs) and generate a structured Changes section.
  • Generate a practical Test Plan and extract related links from commit messages.

Quick Start

Automatically create a pull request from the current feature branch to the designated base branch with a structured summary and test plan.

Frequently Asked Questions about create-pr

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

FAQPage Schema
How do I automate GitHub pull request generation from feature branch commits?

Automate GitHub pull request generation by analyzing commits on a feature branch since the base branch. The tool summarizes commit messages to create a precise PR title and a structured body, speeding up the review process.

Can I group code changes by area like Frontend and Backend for a PR body?

Yes, you can group code changes by area for a PR body. The tool scopes changes across Frontend, Backend, Database, Tests, and Docs, creating a structured Changes section for comprehensive review.

What is the best way to create a test plan checklist for a GitHub pull request?

The best way to create a test plan checklist is to analyze branch commits and scope the changes. The tool generates a practical Test Plan section and a related links checklist by extracting issue references from commit messages.

How do I extract issue references from git commit messages for a pull request?

Extract issue references from git commit messages by analyzing the commit history between branches. The tool automatically parses these messages to build a Related section with links in the final PR payload.

Does automated PR generation work without adding extra dependencies to my workflow?

Yes, automated PR generation works without adding extra dependencies. The tool operates independently to identify commits, summarize changes, and structure the PR body without requiring external components.