prepare-pr

Installation
SKILL.md

Prepare PR

Overview

Prepare a PR branch for merge with review fixes, green CI, and an updated head branch.

Inputs

  • Ask for PR number or URL if not provided.
  • If review findings exist, use them to guide fixes.

Safety

  • Never push to main or origin/main. Push only to the PR head branch.
  • Never run bare git push. Always specify remote and branch explicitly.
  • Do not run git add -A or git add .. Stage only specific changed files.
  • Do not run git clean -fdx.

Workflow

Related skills
Installs
2
GitHub Stars
7
First Seen
Mar 18, 2026