From cipherpowers
Performs systematic git commits by creating atomic commits with conventional commit messages via a dedicated workflow skill.
How this command is triggered — by the user, by Claude, or both
Slash command
/cipherpowers:commitThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Commit
Systematic git commit with atomic commits and conventional messages.
## Usage
No arguments required.
<instructions>
## Instructions
## MANDATORY: Skill Activation
Use and follow the commit-workflow skill exactly as written.
Path: `${CLAUDE_PLUGIN_ROOT}skills/commit-workflow/SKILL.md`
Tool: `Skill(skill: "cipherpowers:commit-workflow")`
Do NOT proceed without completing skill activation.
</instructions>Systematic git commit with atomic commits and conventional messages.
/cipherpowers:commit
No arguments required.
## InstructionsUse and follow the commit-workflow skill exactly as written.
Path: ${CLAUDE_PLUGIN_ROOT}skills/commit-workflow/SKILL.md
Tool: Skill(skill: "cipherpowers:commit-workflow")
Do NOT proceed without completing skill activation.
npx claudepluginhub cipherstash/cipherpowers --plugin cipherpowers/commitCreates logical git commits in conventional commit format using provided files or message.
/commitCommits git changes following best practices for staging, conventional messages, and hooks using the git:commit skill.
/commitStages and commits changes from the current session with a conventional commit message and co-author attribution.
/commitAnalyzes git changes to generate conventional commit messages, stages files appropriately, runs pre-commit checks like linting and tests, and creates atomic commits.
/commitStages changes and commits locally using Conventional Commits format. Analyzes git status/diffs, drafts typed message with scope, confirms with user before git add and commit.
/commitCreates clean, atomic git commits following project conventions. Supports ticket IDs, manual confirmation, and selective file commits.