create-pr

Generate and submit pull requests with titles and bodies from code changes.

1|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/ngareleo/xstream --skill create-pr-ngareleo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-pr
Source: https://github.com/ngareleo/xstream/tree/main/.claude/skills/create-pr
Command: npx skills add https://github.com/ngareleo/xstream --skill create-pr-ngareleo

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of creating pull requests by automating the comparison, validation, and submission steps, reducing manual effort and errors.

Core Features & Use Cases

  • Automated PR Drafting: Generate PR titles and bodies based on code changes and commit messages.
  • Workflow Validation: Verify test and lint status before creating pull requests.
  • Use Case: A developer has completed a feature branch; this Skill helps generate a PR draft with appropriate descriptions and submits it on GitHub, saving time in review workflows.

Quick Start

Use the create-pr skill to generate a draft pull request for your current feature branch.

Frequently Asked Questions about create-pr

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

FAQPage Schema
How do I automate pull request creation for my feature branches on GitHub?

Automating pull request creation involves generating PR titles and bodies from code changes and submitting them via GitHub. This process drafts descriptions and submits pull requests automatically, reducing manual effort in review workflows.

How does automated workflow validation work before creating a pull request?

Workflow validation for pull requests checks test and lint status before submission. This mechanism ensures code compliance with best practices by verifying CI checks pass before the PR draft is generated and submitted.

Can I generate pull request descriptions automatically from commit messages?

Yes, generating pull request descriptions from commit messages is possible. This functionality analyzes code changes and commit history to automatically draft appropriate PR titles and bodies for software development teams.

What is the best way to streamline code review workflows with automated PR drafting?

Streamlining code review workflows with automated PR drafting saves time by reducing manual effort and errors. The best approach is generating compliant PR descriptions and validating workflows before submitting code for review.

Do I need CI checks to pass before submitting a pull request with this automation?

Yes, CI checks like tests and linting should pass before submitting a pull request. This automation validates workflow status to ensure compliance with best practices in PR descriptions and submission.