npx claudepluginhub nonoroazoro/ai --plugin create-git-commitThis skill uses the workspace's default tool permissions.
1. Check staging: Run `git status`
Guides git commits with atomic change analysis, conventional commit messages, and interactive staging options. Flags non-atomic commits and suggests splits for better maintainability.
Generates conventional git commit messages by analyzing staged changes, categorizing types like feat/fix, adding scopes, and matching project history style.
Generates conventional commit messages from staged Git changes by reviewing diffs, categorizing as feat/fix/refactor/docs/test/chore, and formatting as type(scope): description. Use before committing.
Share bugs, ideas, or general feedback.
Check staging: Run git status
git add <file>Analyze changes: Run git diff --cached
Learn project conventions: Run git log --oneline -20
Create commit message:
Match the format identified in step 3
If no clear convention exists, fall back to CONVENTIONAL COMMIT format:
<type>[!]: <description>
[optional body]
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