finishing-branch

Installation
SKILL.md

Finishing a Development Branch

Overview

Guide completion of development work by presenting clear options and handling chosen workflow.

Core principle: Verify tests → Present options → Execute choice → Clean up.

The Process

Step 1: Verify Tests

Before presenting options, verify tests pass:

npm test / cargo test / pytest / go test ./...
Installs
3
Repository
5dlabs/cto
First Seen
Jan 24, 2026
finishing-branch — 5dlabs/cto