From composure
Commits git changes with automatic task queue hygiene: cleans resolved tasks, archives completed audits, blocks if staged files have open quality tasks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/composure:commitThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Commit changes while enforcing task queue hygiene. Offers pre-commit verification options when companion plugins are installed.
Commit changes while enforcing task queue hygiene. Offers pre-commit verification options when companion plugins are installed.
Load each step through the fetch command (handles caching, decryption, and auth):
"~/.composure/bin/composure-fetch.mjs" skill composure commit {step-filename}
Do NOT read cache files directly — they are encrypted at rest. Always use the fetch command above.
npx claudepluginhub hrconsultnj/claude-plugins --plugin composureGuides systematic git commits: checks staging status, reviews diffs, splits changes into atomic commits, formats conventional messages. Use before PRs or when committing code.
Manages Git commit workflow using Conventional Commits format with safety protocols. Creates, validates, executes commits; handles hooks, PRs, and safety checks before operations.
Creates semantic git commits with conventional commit format, stages changes, and pushes to remote. Handles pre-commit hooks and writes meaningful commit messages.