From git-workflow
Organizes git workspace changes into clean, atomic commits following conventional formats. Activates after features, refactors, or explicit commit requests.
How this skill is triggered — by the user, by Claude, or both
Slash command
/git-workflow:git-commitThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create clean, atomic commits for the current workspace changes.
Create clean, atomic commits for the current workspace changes.
npx claudepluginhub basher83/lunar-claude --plugin git-workflowAnalyzes git changes, groups into atomic logical commits, writes conventional commit messages, stages files selectively, and commits safely. Use for clean solo git history without blind adds.
Analyzes uncommitted git changes, excludes ephemeral files like node_modules or build/, groups by purpose into atomic conventional commits, validates code, and optionally pushes.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.