How this skill is triggered — by the user, by Claude, or both
Slash command
/development:shipThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Finish the work on "$ARGUMENTS". Verify tests pass, then choose how to ship: merge locally, create a PR, keep the branch, or discard.
Finish the work on "$ARGUMENTS". Verify tests pass, then choose how to ship: merge locally, create a PR, keep the branch, or discard.
None — this is a utility skill that runs when development is complete.
Verify readiness:
Present shipping options to the user:
Option 1: Merge locally
Option 2: Push and create PR
Option 3: Keep as-is
Option 4: Discard
Execute the chosen option:
No artifact — executes the chosen shipping action and reports the result to the user.
npx claudepluginhub bromso/metapowers --plugin developmentGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.