Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion skills/finishing-a-development-branch/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Then: Cleanup worktree (Step 5)

### Step 5: Cleanup Worktree

**For Options 1, 2, 4:**
**For Options 1 and 4:**

Check if in worktree:
Comment on lines 136 to 140
Copy link

Copilot AI Mar 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Step 5 now says cleanup is only for Options 1 and 4, but Option 2 still ends with “Then: Cleanup worktree (Step 5)”. With this change, following Option 2’s flow leads to a contradictory instruction. Consider updating Step 4’s Option 2 section to not direct users to Step 5, or add an explicit “For Option 2: keep worktree” note in Step 5 to remove ambiguity.

Copilot uses AI. Check for mistakes.
```bash
Expand Down
Loading