github-pr-creator

Create GitHub pull requests with project-specific base-branch rules and templates.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/yuridefranca/ai-prompts --skill github-pr-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-pr-creator
Source: https://github.com/yuridefranca/ai-prompts/tree/main/src/skills/github-pr-creator
Command: npx skills add https://github.com/yuridefranca/ai-prompts --skill github-pr-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation of GitHub pull requests by applying project-specific rules, templates, and organization-specific workflows to ensure consistent PRs across repositories.

Core Features & Use Cases

  • Detect project configuration from repository config files or Git remote to apply base-branch rules.
  • Load and apply PR templates, auto-fill related tickets, and respect organization-specific workflows.
  • Create PRs via GitHub MCP with options for draft or ready-for-review, including ticket linking when required.

Quick Start

Run the PR creator after code review to generate a PR that conforms to your project's base-branch rules and PR templates.

Frequently Asked Questions about github-pr-creator

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

FAQPage Schema
How do I automate GitHub pull request creation with project-specific templates?

Automating GitHub pull request creation involves applying project-specific base-branch rules and PR templates. The tool detects repository configuration from files, git remotes, or organization presets to ensure consistent PR generation.

How does base-branch resolution work for multi-project repository environments?

Base-branch resolution works by detecting project configuration from repository files or Git remote URLs. It applies organization-specific workflows to automatically determine the correct target branch for your pull request.

Can I create draft pull requests and link tickets using GitHub MCP?

Yes, you can create draft or ready-for-review pull requests using GitHub MCP. The tool supports configuration loading, PR templating, and automatic ticket linking when required by your organization's workflows.

Do I need repository configuration files to apply organization-specific PR workflows?

Repository configuration files are not strictly required. The tool can detect project configuration from Git remotes or organization presets to apply organization-specific workflows and base-branch rules.

What is the best way to ensure consistent PR formatting across multiple GitHub repositories?

The best way to ensure consistent PR formatting is to use a project-aware PR creator that loads PR templates and enforces base-branch rules across repositories. This automates ticket linking and standardizes workflow formats.