Generate and execute a conventional commit for staged changes.
Automatically generate and execute a conventional commit message based on your staged changes. Use this when you want to quickly commit staged files with a properly formatted message without manual typing.
/plugin marketplace add Git-Fg/thecattoolkit/plugin install thecattoolkit@thecattoolkitGenerate and execute a conventional commit for staged changes.
Run !git diff --staged to load context of changes to be committed.
Invoke the git-workflow skill with the generate-commit workflow to:
Display the generated commit message and proceed to execute git commit immediately.
Note: Only ask user for input if the generated message has critical issues (e.g., unusual patterns, breaking changes detected) that require human judgment.
$ARGUMENTS