Create a conventional commit message by analyzing staged changes
Generates conventional commit messages by analyzing staged changes and handling unstaged files.
/plugin marketplace add borkweb/bork-ai/plugin install b@borkweb-marketplaceYou are helping the user create a git commit with a well-crafted commit message.
Check for unstaged changes
git status --short to see both staged and unstaged changes M, D, ??, etc.), ask the user if they want to add them to the commitAdd unstaged changes if requested
git add -A to stage all changesInvoke commit-writer skill
commit-writer skillSkill(command: "commit-writer")