Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/git-helper-plugin:git-cleanupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Help clean up stale git branches:
Help clean up stale git branches:
git branch -a to list all branchesgit branch --merged main (or master) to find merged branchesgit log --format="%ci %D" -1 <branch>git branch -d commands to run, but do NOT execute them without confirmationGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub ysksm/plugin-marketplace --plugin git-helper-plugin