create-pr

Create pull requests with builds, branches, commits, and pushes.

Updated Jul 3, 2025
One-click install
npx skills add https://github.com/HiveSpaceTeam/hivespace.microservice --skill create-pr-hivespaceteam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-pr
Source: https://github.com/HiveSpaceTeam/hivespace.microservice/tree/main/.agent-source/skills/create-pr
Command: npx skills add https://github.com/HiveSpaceTeam/hivespace.microservice --skill create-pr-hivespaceteam

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The 'create-pr' skill addresses the fragmented process of creating pull requests in a codebase, simplifying the workflow from feature completion to review.

Core Features & Use Cases

  • Full PR Workflow: Manages the entire workflow from build verification to opening a pull request.
  • Branch Creation: Automatically creates or utilizes an existing branch for feature development.
  • Commit & Push: Guides users through the process of creating commits and pushing to the remote repository.
  • Configuration Sync: Ensures configuration files are in sync across different environments.
  • PR Creation: Automates the creation of a pull request with necessary details and test plans.

Quick Start

To create a pull request for your feature branch, run: /create-pr

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 from commit to review?

Automate pull request creation by running a command that verifies builds, commits changes, pushes to the remote, and opens the PR. This streamlines the entire workflow from feature completion to review.

What steps are needed to push feature branches and open a pull request?

Pushing feature branches requires running build verification first, then creating or utilizing an existing branch, committing changes, and pushing to the remote repository. The process finishes by automating PR creation with necessary details.

Does the PR workflow handle CI/CD builds before committing changes?

Yes, the PR workflow handles CI/CD by ensuring builds pass before it commits changes and pushes to the remote. This verification step guarantees code integrity prior to opening the pull request.

Can I use an existing branch for automated PR creation instead of a new one?

Yes, you can use an existing branch for automated PR creation. The workflow automatically creates or utilizes an existing feature branch to commit changes and push them to the remote repository.

What is the best way to ensure configuration files are in sync before a pull request?

Ensuring configuration files are in sync is handled during the pull request workflow. It verifies builds and syncs configurations across environments before committing changes and automating PR creation.

Why does automated PR creation require Git commands and remote repository access?

Automated PR creation requires Git commands and remote access to directly manage branch creation, push commits, and open the pull request. Without this repository access, the workflow cannot interact with the remote.