create-pr

Creates GitHub pull requests after a successful build and push.

Updated Jul 1, 2024
One-click install
npx skills add https://github.com/biz-Stream/bizprint --skill create-pr-biz-stream
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-pr
Source: https://github.com/biz-Stream/bizprint/tree/main/.claude/skills/create-pr
Command: npx skills add https://github.com/biz-Stream/bizprint --skill create-pr-biz-stream

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation of GitHub pull requests after a successful build and push, removing manual PR creation steps and speeding up code reviews.

Core Features & Use Cases

  • Auto-create PRs from committed changes after a successful local or CI build.
  • Enforce standardized PR titles and bodies using templates and issue references.
  • Ideal for CI/CD pipelines, feature branches, and collaborative development workflows where rapid review is required.

Quick Start

Run the PR automation after a successful build to open a standardized GitHub PR with the latest commits.

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 creation after a successful build?

You can automate GitHub pull request creation by running this Skill after a successful local or CI build. It automatically opens a standardized PR with your latest commits, removing manual steps and speeding up code review.

Can I enforce standardized titles and bodies when I create a PR automatically?

Yes, you can enforce standardized PR titles and bodies. This Skill applies templates and optional issue references to your pull requests, ensuring consistency across your team's collaborative development workflows.

Does this automated PR creation tool work with CI/CD pipelines and feature branches?

Yes, this automated PR creation tool works with CI/CD pipelines and feature branches. It is designed for collaborative development workflows where builds trigger PRs into review, ensuring rapid and consistent code integration.

Do I need to use the GitHub CLI or API to auto-create PRs from committed changes?

You use the GitHub CLI or API integration to auto-create PRs from committed changes. This Skill implements PR title and body templates, build-status checks, and optional issue references through these GitHub integrations.

What is the best way to open a standardized GitHub PR with the latest commits after a push?

The best way to open a standardized GitHub PR with the latest commits is to run this PR automation immediately after a successful build and push. It handles formatting and issue linking automatically for rapid review.