From lisa
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 claudepluginhub codyswanngt/lisa --plugin lisaThis skill is limited to using the following tools:
Create conventional commits for current changes. Optional hint: $ARGUMENTS
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.
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.