plugins/lisa-agy/skills/git-prune/SKILL.md
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 skillsauth add codyswanngt/lisa git-pruneInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
development
Use Expo DOM components to run web code in a webview on native and as-is on web. Migrate web code to native incrementally.
development
Guidelines for upgrading Expo SDK versions and fixing dependency issues
development
Use when implementing or debugging ANY network request, API call, or data fetching. Covers fetch API, React Query, SWR, error handling, caching, offline support, and Expo Router data loaders (`useLoaderData`).
tools
`@expo/ui/swift-ui` package lets you use SwiftUI Views and modifiers in your app.