This skill helps you review your code, stage changes, and prepare commit messages safely. It is strictly configured to never automatically commit files.
To provide a structured workflow for reviewing new code for bugs, secrets, and debug statements before staging. It ensures that the final commit is always a manual action by the user.
feat: ..., fix: ...) options.This skill is designed to be used by the agent when you ask for help with committing your changes.
[!IMPORTANT] Manual Commit Only: AI agents using this skill are instructed to never run the
git commitcommand. This ensures you have full control over the final repository state.