# Finishing a Development Branch

> Integrate a finished, tested branch

**Subcategory:** Git  
**License:** MIT  
**Source:** https://github.com/obra/superpowers/blob/main/skills/finishing-a-development-branch/SKILL.md

---

## When it is useful

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work

## The Catch

Tests already pass. This decides how to land it — not whether it works.
