feat: migrate all skills from Claude session: SKILL.md
This commit is contained in:
parent
6d4b4f7dcc
commit
00487ef4aa
1 changed files with 14 additions and 0 deletions
14
skills/finishing-a-development-branch/SKILL.md
Normal file
14
skills/finishing-a-development-branch/SKILL.md
Normal file
|
|
@ -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."
|
||||
Loading…
Reference in a new issue