Flow Finishing Branch - 分支完成决策 Overview When development work is complete, you need to decide how to integrate it. This skill guides that decision. Decision Options A) Fast-forward Merge B) Create PR (Recommended) C) Squash and Merge D) Cleanup Only Decision Matrix Pre-Completion Checklist Before choosing any option, verify: The Process Rationalization Prevention | Excuse | Reality | |--------|---------| | "PR is overkill" | PR provides audit trail. Use it. | | "I'll review my own code" | Self-review misses issues. Get another pair of eyes. | | "History doesn't matter" | History helps debuggi…