Finish Development Branch
skill · v1.0.0
Guides completion of a development branch: verify all tests pass, run the adversarial self-pass, open PR, wait for CI green, merge. Presents structured options for merge, PR, or cleanup. Use when implementation is complete.
Tags: gitprmergedeliveryci
Invocation contract
Inputs
branch(string) — The feature branch to finish and merge.linked_issue(string) — Issue number or URL to close on merge.
Outputs
pr_url(string) — URL of the opened pull request.ship_report(string) — Summary of what was shipped and any follow-ups filed.
Side effects
pushes branch to remoteopens GitHub PRmerges branchremoves git worktreedeletes feature branch