Make Clean — Workspace Cleanup
skill · v1.0.0
Purge merged branches, worktrees, and stashes across the repo and all submodules. Aggregate surviving in-flight work into a single dated branch. Hand off to make build. Operates on primary repo and all git submodules with GitHub remotes.
Tags: gitcleanupbranchesworktreesstash
Invocation contract
Inputs
dry_run(boolean) — When true, report what would be deleted without deleting. Defaults to false.
Outputs
cleanup_report(string) — Summary of branches deleted, stashes dropped, and aggregate branch created.
Side effects
deletes local and remote git branchesremoves git worktreesdrops git stashescreates aggregate branch