agentsclimarketplace

Merge pr

Skill cloverink/shipwright/skills/merge-pr

Merge current PR after CI passes. Waits for all checks, squash merges, deletes branch, switches to main.From its SKILL.md

Install
npx -y skills add cloverink/shipwright --skill merge-pr

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.0 KB, 242 tokens by cl100k_base, as published. Nobody here has run it

/merge-pr

Wait for CI, then merge cleanly.

Workflow

  1. Get current PRgh pr view on current branch
  2. Wait for CI — poll every 15s until all checks pass
  3. Squash mergegh pr merge --squash --delete-branch
  4. Switch to maingit checkout main && git pull --rebase
  5. Report — confirm merge succeeded

Rules

<!-- CONFIGURE: Change merge strategy (--squash, --merge, --rebase) and branch cleanup to match your workflow -->
  • Never merges with failing CI — if checks fail, report which ones and stop
  • Always squash merge — keeps main history clean (change to --merge or --rebase if preferred)
  • Always deletes branch — no stale branches (remove --delete-branch if you want to keep them)
  • Never merges to non-default branch — PR must target main (or your default branch)

Usage

/merge-pr          # Merge current branch's PR

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.