Create a well-formatted commit from staged changes
/plugin marketplace add IvanTorresEdge/molcajete.ai/plugin install ivantorresedge-git-git@IvanTorresEdge/molcajete.aiIMPORTANT: Immediately use the Task tool with subagent_type="git:code-committer" to delegate ALL work to the code-committer agent. Do NOT do any analysis or work in the main context.
Use this exact prompt for the agent:
"Execute the commit workflow following these steps:
1. **Verify Staged Changes**
- Run `git status` to check for staged changes
- If no staged changes found, show error and stop:
2. **Analyze Changes**
- Run `git diff --staged` to see what will be committed
- Run `git log -5 --oneline` to match project commit style
- Determine the type of changes (fea...Create a git commit
Generate an AI-powered conventional commit message from your git diff and commit changes
Generate an AI-powered conventional commit message from your git diff and commit changes
Creates git commits using conventional commit format with appropriate emojis, following project standards and creating descriptive messages that explain the purpose of changes.
Creates git commits using conventional commit format with appropriate emojis, following project standards and creating descriptive messages that explain the purpose of changes.