Impact-focused git commit messages. Use when the user wants to commit changes with a well-crafted message.
Prepare a git commit following these steps:
git status and git diff to see changesgit log --oneline -5) to match the stylefeat:, fix:, refactor:, docs:, test:, chore:developer_git_commit_proposal tool to propose the commit to the usergit add - the widget handles staging when the user confirmsCommit Message Guidelines:
Issue Linking (for auto-close):
Fixes NIM-XXX on its own line after the titleFixes #XXX or Closes #XXXImportant: