From 00487ef4aaa17320cc0b2b65a96c5e5144e99fec Mon Sep 17 00:00:00 2001 From: ZGaetano Date: Tue, 2 Jun 2026 22:45:30 -0400 Subject: [PATCH] feat: migrate all skills from Claude session: SKILL.md --- skills/finishing-a-development-branch/SKILL.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 skills/finishing-a-development-branch/SKILL.md diff --git a/skills/finishing-a-development-branch/SKILL.md b/skills/finishing-a-development-branch/SKILL.md new file mode 100644 index 0000000..d5c27bb --- /dev/null +++ b/skills/finishing-a-development-branch/SKILL.md @@ -0,0 +1,14 @@ +--- +name: finishing-a-development-branch +description: Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup +--- + +# 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."