What is git-prune?
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. Source: codyswanngt/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.
Quickly install git-prune AI skill to your development environment via command line
Source: codyswanngt/lisa.
Remove local branches whose upstream tracking branches have been deleted on remote.
!git branch -vv | grep ': gone]' | awk '{print $1}'
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. Source: codyswanngt/lisa.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/codyswanngt/lisa --skill git-prune Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
Stable fields and commands for AI/search citations.
npx skills add https://github.com/codyswanngt/lisa --skill git-pruneThis 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. Source: codyswanngt/lisa.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/codyswanngt/lisa --skill git-prune Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/codyswanngt/lisa