Generate and execute conventional commit messages from staged changes. <example> Context: User wants to commit changes user: "Commit these changes" assistant: "I'll analyze the staged changes and generate a conventional commit message." </example> <example> Context: Git workflow management user: "Create a commit for our feature" assistant: "I'll use the commit command to generate and execute the commit." </example>
Generates and executes conventional commit messages from staged changes.
/plugin marketplace add Git-Fg/thecattoolkit/plugin install git-fg-cat-toolkit-engineer-plugins-engineer@Git-Fg/thecattoolkit[object Object]Generate and execute a conventional commit for staged changes.
Capture staged changes: Run git diff --staged to load context.
Generate commit message: Use the git-workflow skill to analyze the diff and generate a conventional commit message.
Execute commit automatically: Display the message for transparency and execute immediately. Only ask for input if critical issues are detected (unusual patterns, breaking changes).
Additional context: $ARGUMENTS
Success criteria: