What problem does it solve?
This Skill addresses the cleanup of a Git worktree and Jira ticket after a pull request is merged, including branch removal, worktree deletion, and Jira ticket status update.
Core Features & Use Cases
- PR Merged Branch and Worktree Cleanup: Ensures clean-up of the worktree associated with the merged PR, deleting the local and remote branches, and cleaning up any remaining worktree directories.
- Jira Ticket Sync: Updates the linked Jira issue to the 'Done' status, assigns it to the current user, adds it to the current sprint, sets its epic, and posts a resolution comment.
- Use Case: After a pull request is successfully merged, run this Skill to automatically clean up the temporary branch and worktree, and update the corresponding Jira issue.
Quick Start
Use the post-merge skill after a pull request has been merged to perform the post-merge cleanup.