1. Check staging: Run `git status`
Creates conventional commit messages from staged changes with optional AI attribution.
/plugin marketplace add nonoroazoro/ai/plugin install linus@pluginsgit/Check staging: Run git status
git add <file> to stage specific relevant filesAnalyze changes: Run git diff --cached
Create commit message:
Use CONVENTIONAL COMMIT format:
<type>[!]: <description>
[optional body]
Type: feat, fix, docs, style, refactor, perf, test, build, chore
Description: <72 chars, use imperative mood
Body:
Handle AI-generated trailer:
$ARGUMENTS equals "ai": add trailer via -m "AI-Generated-By: [Coding Tool Name]"$ARGUMENTS is empty or any other value: complete the commit without trailer