From vandra-dev
Create conventional git commits with proper formatting, scoping, and grouping
How this skill is triggered — by the user, by Claude, or both
Slash command
/vandra-dev:commitThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When the user wants to commit changes, run the `/vandra-dev:cmd-commit` command.
When the user wants to commit changes, run the /vandra-dev:cmd-commit command.
npx claudepluginhub elijahmurray/vandra-dev --plugin vandra-devGenerates atomic git commits with conventional messages. Supports interactive splitting, auto mode, and optional push. Activated by commit phrases or /commit command.
Executes git commits with conventional commit message analysis, intelligent staging, and message generation. Use when asked to commit changes or when /commit is invoked.
Creates semantic git commits with conventional commit format, stages changes, and pushes to remote. Handles pre-commit hooks and writes meaningful commit messages.