From cipherpowers
Performs systematic git commits by creating atomic commits with conventional commit messages via a dedicated workflow skill.
npx claudepluginhub cipherstash/cipherpowers --plugin cipherpowers# 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>/commitCreates logical git commits in conventional commit format using provided files or message.
/SKILLCreates a conventional git commit using git-agent with intent from conversation, optionally co-authored by Claude model from argument.
/commitCommits staged changes with descriptive messages in conventional commit format using emoji prefixes (e.g., โจ feat:, ๐ fix:, โป๏ธ refactor:). Runs git status and git commit -m.
/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.
/commitAnalyzes uncommitted changes, generates conventional commit messages, intelligently stages and groups related files, then commits. Supports interactive review, push, and grouping options.
Share bugs, ideas, or general feedback.
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.