open-pr

star 1.6k

Write a PR description using conversation context and open PR creation in browser.

raine By raine schedule Updated 2/3/2026

name: open-pr description: Write a PR description using conversation context and open PR creation in browser. disable-model-invocation: true allowed-tools: Read, Bash, Glob, Grep

Gather context

  1. Get the base branch (usually main or master)
  2. Get the diff: git diff <base>...HEAD
  3. Get commit messages: git log <base>...HEAD --format="%s"
  4. Read changed files to understand the broader context

Commit uncommitted changes

  1. Run git status to check for uncommitted changes
  2. If changes exist, commit them before proceeding

Write PR description

Use this template:

## Summary

[1-2 sentences: what this PR does and why]

## Changes

- [Key change 1]
- [Key change 2]
- [Key change 3]

## Testing

[How you verified it works]

Guidelines:

  • Lead with a concise summary of what the PR does
  • Explain the "why" before the "how"
  • Use the conversation context to inform the description
  • Include before/after comparisons for UI or performance changes
  • Be direct and to the point

Create the PR

  1. Write a short PR title (max 72 characters)

  2. Ensure the branch is pushed:

    git push -u origin HEAD
    
  3. Open PR creation in browser (do NOT create directly):

    gh pr create --web --title "<title>" --body "<body>"
    
Install via CLI
npx skills add https://github.com/raine/workmux --skill open-pr
Repository Details
star Stars 1,629
call_split Forks 119
navigation Branch main
article Path SKILL.md
More from Creator