open-pr
Installation
SKILL.md
Gather context
- Get the base branch (usually
mainormaster) - Get the diff:
git diff <base>...HEAD - Get commit messages:
git log <base>...HEAD --format="%s" - Read changed files to understand the broader context
Commit uncommitted changes
- Run
git statusto check for uncommitted changes - If changes exist, commit them before proceeding
Write PR description
Use this template:
Related skills
More from raine/workmux
worktree
Launch one or more tasks in new git worktrees using workmux.
20merge
Commit, rebase, and merge the current branch.
18rebase
Rebase the current branch with smart conflict resolution.
5coordinator
Orchestrate multiple worktree agents. Spawn, monitor, communicate, and merge.
5workmux
Reference for the workmux CLI that manages git worktrees and
4