open-pr

Installation
SKILL.md

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:

Installs
33
Repository
raine/workmux
GitHub Stars
2.6K
First Seen
Mar 2, 2026
open-pr — raine/workmux