Skip to content

finishing-a-development-branch

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

定位

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

核心流程/章节

  • Overview
  • The Process
  • Summary
  • Test Plan
  • Quick Reference
  • Common Mistakes
  • Red Flags

原文要点

Finishing a Development Branch

Overview

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

Core principle: Verify tests → Detect environment → 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...

适用场景

  • 基于 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 prese

参见

Released under the MIT License.