agentsclimarketplace

Ship

Skill bromso/metapowers/plugins/development/skills/ship

Finish a development branch — merge, create PR, or clean upFrom its SKILL.md

Install
npx -y skills add bromso/metapowers --skill ship

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

  • 1 stars1 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.2 KB, 289 tokens by cl100k_base, as published. Nobody here has run it

Ship

Finish the work on "$ARGUMENTS". Verify tests pass, then choose how to ship: merge locally, create a PR, keep the branch, or discard.

Prerequisites

None — this is a utility skill that runs when development is complete.

Process

  1. Verify readiness:

    • Run the project's full test suite
    • All tests must pass — if any fail, stop and report
    • Check for uncommitted changes — commit or stash first
  2. Present shipping options to the user:

    Option 1: Merge locally

    • Merge the branch into main/master
    • Delete the feature branch
    • Push to remote

    Option 2: Push and create PR

    • Push the branch to remote
    • Create a pull request with summary and test plan
    • Keep the branch for review

    Option 3: Keep as-is

    • Don't merge or push — keep the branch for more work later

    Option 4: Discard

    • Delete the branch and all changes
    • Requires explicit confirmation from the user
  3. Execute the chosen option:

    • Follow the steps for the selected option
    • Report the result (PR URL, merge commit, etc.)

Output

No artifact — executes the chosen shipping action and reports the result to the user.

What ships with it

Read from the repository

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

Keep looking

Skills are one crate of 326,144. 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.