open-github-pr

Open GitHub pull requests with gh pr create and linked issues.

1|1|Updated Jan 5, 2026
One-click install
npx skills add https://github.com/hyperjumptech/mediapulse --skill open-github-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: open-github-pr
Source: https://github.com/hyperjumptech/mediapulse/tree/main/.cursor/skills/open-github-pr
Command: npx skills add https://github.com/hyperjumptech/mediapulse --skill open-github-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It automates opening and drafting GitHub pull requests by leveraging gh pr create, ensures related issues are created or linked before PR creation, and enforces a humanized PR title/body structure per the humanizer workflow.

Core Features & Use Cases

  • Automates PR creation with gh pr create while enforcing mandatory issue linkage.
  • Links relevant issues in the PR body using Closes/Fixes/Refs patterns.
  • Humanizes PR titles and narratives using the humanizer rules.
  • Use Case: when you need to open PRs that reference issues in the same or cross-repo context and ensure reviewers see the ticket linkage.

Quick Start

Open a GitHub pull request for the current branch using gh pr create after resolving and linking related issues.

Frequently Asked Questions about open-github-pr

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

FAQPage Schema
How do I automate GitHub pull request creation with linked issues?

To automate GitHub pull request creation with linked issues, this Skill uses gh pr create while enforcing mandatory issue linkage. It ensures the PR body includes a Related issues section with Closes, Fixes, or Refs patterns so reviewers immediately see the ticket connection.

How do I generate a humanized PR title and body using gh pr create?

To generate a humanized PR title and body, the Skill applies humanizer workflow rules to the standard gh pr create output. This structures the pull request narrative with a standardized title and a properly formatted body instead of defaulting to robotic commit messages.

Do I need to create GitHub issues before opening a pull request with this workflow?

Yes, you need to create or resolve related GitHub issues beforehand. The workflow requires resolving or creating related issues prior to execution to ensure the final PR can properly reference open tickets in its mandatory Related issues section.

Can I stack pull requests across multiple branches using gh pr create?

Yes, you can stack pull requests across branches using this workflow. The Skill optionally supports stacked PRs alongside standard PR creation, maintaining consistent issue linking and humanized copy across all stacked branch references.

What is the best way to ensure my pull request body includes a standardized Related issues section?

The best way to ensure a standardized Related issues section is to use an automated PR workflow that enforces this structure. This Skill mandates the inclusion of a Related issues block within the PR body, automatically formatting the ticket linkage using Closes or Fixes patterns.