git-upstream-pr
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
/git:upstream-pr
Submit clean, atomic PRs to upstream repositories from fork work.
When to Use This Skill
| Use this skill when... | Use /git:commit instead when... |
|---|---|
| Contributing changes back to the upstream repo | Committing to your own fork/repo |
| Cherry-picking fork commits for upstream PR | Creating a PR within the same repo |
| Fork's main has diverged from upstream | Fork and upstream are in sync |
| Need a clean branch based on upstream/main | Working on a branch already tracking upstream |