finishing-a-development-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.

Announce at start: "I'm using the finishing-a-development-branch skill to complete this work."

The Process

Step 1: Verify Tests

Before presenting options, verify tests pass:

# Run project's test suite
npm test / cargo test / pytest / go test ./...
Related skills

More from cristoslc/swain

Installs
5
Repository
cristoslc/swain
GitHub Stars
2
First Seen
Mar 14, 2026