open-pr

Draft PR descriptions from conversation context and open browser-based PR creation.

2.1k|295|Updated Nov 4, 2025
One-click install
npx skills add https://github.com/raine/workmux --skill open-pr-raine
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: open-pr
Source: https://github.com/raine/workmux/tree/main/skills/open-pr
Command: npx skills add https://github.com/raine/workmux --skill open-pr-raine

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables you to generate PR descriptions from conversation context and open PR creation in your browser, reducing manual drafting and navigation overhead.

Core Features & Use Cases

  • PR description generation: Create clear, context-aware PR narratives from chat or notes.
  • Browser-based PR creation: Open the PR in your browser with a single command, streamlining workflow.
  • Use Case: When finalizing a feature branch, quickly prepare a PR summary and directly create the PR in the repository.

Quick Start

Run the skill to draft a PR description from the current conversation context and open the PR creation page in your browser.

Frequently Asked Questions about open-pr

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

FAQPage Schema
How do I draft a pull request description from conversation context?

This Skill generates PR descriptions automatically from your chat or notes, extracting relevant context to create a clear narrative. It then opens the PR creation flow in your browser, eliminating manual drafting overhead.

Can I create a pull request directly in the browser without leaving my terminal?

Yes. The Skill drafts your PR description and opens the browser-based PR creation page (via gh pr create --web), letting you finalize and submit the PR without switching tools.

What information does the Skill use to generate the PR description?

The Skill pulls context from your current conversation or notes to construct a PR summary. It applies a consistent PR template and enforces structured formatting to ensure clear, professional descriptions.

Does this Skill work with existing Git branch workflows?

Yes. The Skill integrates with your Git repository context and supports branching workflows. It requires repository access and works within feature development, code review, and collaboration processes.

What do I need to set up before using this Skill?

Ensure you have repository context access and the GitHub CLI (gh) installed. The Skill works on an active Git branch and uses the browser-based PR flow to streamline creation.

Can I customize the PR template this Skill uses?

The Skill enforces a consistent PR template to maintain standardized descriptions. Template customization depends on the underlying repository configuration and GitHub CLI settings.