pr-to-main-cleanup

Installation
SKILL.md

PR to Main Cleanup

Delete merged feature branches after PR is merged to main.

Workflow

  1. Gather context (parallel):

    • git branch to identify current branch
    • git log --oneline -1 to confirm current state
  2. Execute cleanup:

    • Switch to main branch
    • Pull latest changes from origin
    • Delete local feature branch
    • Delete remote feature branch

Commands

Installs
2
GitHub Stars
5.3K
First Seen
Apr 29, 2026
pr-to-main-cleanup — breaking-brake/cc-wf-studio