From lisa
This skill should be used when pruning local branches that have been deleted on the remote. It fetches remote changes, identifies stale local branches, and safely deletes them.
npx claudepluginhub codyswanngt/lisa --plugin lisaThis skill is limited to using the following tools:
Remove local branches whose upstream tracking branches have been deleted on remote.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Remove local branches whose upstream tracking branches have been deleted on remote.
!git fetch --prune
!git branch -vv | grep ': gone]' | awk '{print $1}'
-d (safe delete) which refuses to delete unmerged branches-D) without user confirmationExecute the workflow now.