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:

Related skills
Installs
5
Repository
raine/workmux
GitHub Stars
1.4K
First Seen
Mar 2, 2026