pr-create

Create GitHub pull requests and request code reviews from feature branches.

4|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/mkalkere/agent-coordinator --skill pr-create-mkalkere
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-create
Source: https://github.com/mkalkere/agent-coordinator/tree/main/.os/skills/development/pr-create
Command: npx skills add https://github.com/mkalkere/agent-coordinator --skill pr-create-mkalkere

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create pull requests and automate the initiation of code reviews to streamline collaboration on GitHub projects.

Core Features & Use Cases

  • Automates PR creation from a feature branch after commits are pushed
  • Automatically requests reviews and can enforce conventional commit style titles
  • Integrates with task tracking and bus notifications to keep coordination in sync

Quick Start

Push your feature branch to the remote, then invoke the pr-create skill to open a PR and request reviews.

Frequently Asked Questions about pr-create

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

FAQPage Schema
How do I create a GitHub pull request and request code review automatically?

To create a GitHub pull request and request code review automatically, you push your feature branch to the remote and invoke the automation. It validates the pushed branch and conventional title, then opens the PR and assigns reviewers.

What's the best way to automate pull request creation from a feature branch?

Automating pull request creation from a feature branch requires pushing your commits to the remote first. The automation then validates the conventional title format, opens the PR, requests reviews, and updates task status.

Do I need the gh CLI tool to automate pull request creation?

Yes, you need both the git and gh CLI tools installed to automate pull request creation. The skill depends on these tools to validate the pushed feature branch, create the PR, and request reviews on GitHub.

Does the automated PR creation enforce conventional commit style titles?

Yes, automated PR creation enforces a descriptive, conventional title format. It validates the title before opening the GitHub pull request, ensuring your feature branch commits align with required standards.

How does automated PR creation keep task tracking and team notifications in sync?

Automated PR creation keeps task tracking and team notifications in sync by updating task status and publishing a bus notification immediately after the GitHub pull request is successfully created and reviewers are requested.

Why does pull request automation fail if my feature branch is not pushed?

Pull request automation fails if the feature branch is not pushed because the process validates that current commits exist on the remote before creating the GitHub PR and requesting code review.