create-pr

Analyze branch changes and create a pull request with a generated title and body.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill analyzes the current branch changes and automates PR creation, reducing manual review and merge overhead.

Core Features & Use Cases

  • Change analysis: detects diffs between base and head to prepare an informative PR description.
  • PR generation: creates a pull request with a suitable title and body based on the changes.
  • Workflow automation: supports both interactive and non-interactive usage to streamline development workflows.

Quick Start

Use the /create-pr command to generate a PR from your current branch after analyzing the changes.

Frequently Asked Questions about create-pr

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

FAQPage Schema
How do I automatically generate a pull request from my branch changes?

You can automatically generate a pull request by triggering the /create-pr command, which analyzes your current branch diff and creates a PR with a suitable title and body based on those code changes.

Can I automate PR creation for bugfix workflows without manual title writing?

Yes, automating PR creation for bugfix workflows detects diffs between your base and head branches to prepare an informative PR description, eliminating the need for manual title and body writing during code reviews.

Does this automated PR generation tool require any external dependencies?

No external dependencies are required to use this automated PR generation tool, as it operates command-driven via /create-pr to analyze branch changes and create pull requests directly within your development environment.

How does diff analysis work when creating a PR from a feature branch?

Diff analysis for creating a PR from a feature branch works by detecting the differences between the base and head branches, which is then used to prepare an informative PR description with a suitable title and body.

Is interactive usage supported when automating PR generation during code reviews?

Yes, interactive usage is supported for automating PR generation during code reviews, alongside non-interactive usage, allowing you to streamline your development workflows according to your preferred automation level.