agentsclimarketplace

Merge pr

Skill cloverink/shipwright/skills/merge-pr

Production-grade Claude Code skills for shipping quality code. One command takes your branch from "done coding" to PR-ready via audit → review → docs → push.

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.

What its author says it does

Copied from the file, not written here

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

SKILL.md

1.0 KB, 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

Keep looking

Skills are one crate of 328,083. 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.