Skip to content

Conversation

@troydai
Copy link
Owner

@troydai troydai commented Jan 12, 2026

Summary

  • Reorders merge-pr skill to merge first while still in the worktree, then clean up
  • Removes remote branch deletion step for safety
  • Simplifies workflow to 3 steps: check, merge, remove worktree

Test plan

  • Manually test the skill by merging a PR from a feature worktree
  • Verify gwt rm --this -y correctly switches to home after merge

🤖 Generated with Claude Code

Reorder steps to merge first while still in the worktree, then clean up.
This avoids issues with deleting branches that have active worktrees.

New workflow:
1. Pre-merge checks (gwt current, gh pr view)
2. Merge with gh pr merge -s
3. Remove worktree with gwt rm --this -y

Co-Authored-By: Claude Opus 4.5 <[email protected]>
@troydai troydai merged commit 22064c4 into main Jan 12, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants