plugins/lisa-cursor/skills/git-commit/SKILL.md
This skill should be used when creating conventional commits for current changes. It groups related changes into logical commits, ensures all files are committed, and verifies the working directory is clean afterward.
npx skillsauth add codyswanngt/lisa git-commitInstall 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.
Create conventional commits for current changes. Optional hint: $ARGUMENTS
!git status !git diff --stat
dev, staging, or main, create a feature branch named after the changesgit status to confirm working directory is clean - must show "nothing to commit"feat: for new featuresfix: for bug fixesdocs: for documentationchore: for maintenancestyle: for formattingrefactor: for code restructuringtest: for test additions--no-verify flagExecute 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.