Systematic git commit with atomic commits and conventional messages.
Systematic git commit with atomic commits and conventional messages. Use when you need to commit code changes following a structured workflow.
/plugin marketplace add cipherstash/cipherpowers/plugin install cipherpowers@cipherpowersSystematic git commit with atomic commits and conventional messages.
Load skill context: @${CLAUDE_PLUGIN_ROOT}skills/commit-workflow/SKILL.md
Step 1 - EVALUATE: State YES/NO for skill activation:
Step 2 - ACTIVATE: If YES, use Skill tool NOW:
Skill(skill: "cipherpowers:commit-workflow")
⚠️ Do NOT proceed without completing skill evaluation and activation.
Decision tree (follow exactly, no interpretation):
Is this a commit request?
Have you already dispatched to commit-agent agent?
DISPATCH TO AGENT NOW:
Use Task tool with:
subagent_type: "cipherpowers:commit-agent"
description: "Commit workflow"
prompt: """
[User's original request or task context]
Follow the commit-workflow skill exactly as written.
"""
The commit-agent agent implements:
References:
${CLAUDE_PLUGIN_ROOT}agents/commit-agent.md${CLAUDE_PLUGIN_ROOT}skills/commit-workflow/SKILL.md${CLAUDE_PLUGIN_ROOT}standards/conventional-commits.md