
from Compound Engineering Plugin21,527
Find and remove local Git branches whose remote tracking branch was deleted; optionally remove associated worktrees.
This skill detects local Git branches whose remote tracking branch has been removed and provides a safe, confirm-before-delete workflow to remove them. It integrates a small helper script that runs git fetch --prune, parses git branch -vv for : gone] markers, and then (after user confirmation) removes associated worktrees and deletes the local branches.
Use this skill when cleaning a developer workstation or CI environment plagued by stale local branches — for example after large repo refactors, branch deletions, or long-lived feature branches that were removed on remote. Trigger it with phrases like “clean up branches”, “delete gone branches”, or “prune local branches”.
scripts/clean-gone which runs git fetch --prune and identifies gone branches (has_scripts=true).This repo targets multi-harness developer assistants (Claude Code, Codex, Cursor, Gemini CLI). The instructions reference platform blocking tools (AskUserQuestion, request_user_input, ask_user), so it's suited to agents that can prompt for and receive interactive confirmations.
This skill has not been reviewed by our automated audit pipeline yet.
CE PR Description
Generate a concise, value-first PR title and body for the current branch or a specified PR (returns {title, body} without applying changes).
Compound Engineering - Brainstorm
Facilitate collaborative feature brainstorms that produce a right-sized requirements document and clear next steps for planning.
CE Work (Beta)
Execute development work from a plan or prompt with a structured, test-first workflow and optional Codex delegation for automated implementation.