Loading...
Loading...
Create git commits in Conventional Commits format. Estimate type/scope from staged changes, detect breaking changes and secret leaks (such as .env files). Must pass pre-commit hooks (`--no-verify` is not allowed). Use with instructions like "commit", "git commit", "record changes".
npx skill4agent add fandhe-ai/agent-cli-skills create-commitgit status
git diff --stagedgit diff| type | Purpose |
|---|---|
| New feature |
| Bug fix |
| Documentation-only changes |
| Code refactoring without functional changes |
| Adding or modifying tests |
| Changes to build processes or auxiliary tools |
| Code style-only changes (whitespace, formatting, etc.) |
| Changes to build systems or external dependencies |
| Changes to CI configuration |
| Performance improvements |
type(scope): subjectfeat(auth): Add social login functionality
fix(api): Fix response error handling
refactor(ui): Organize component structuregit commit -m "$(cat <<'EOF'
type(scope): subject
Co-Authored-By: Claude <noreply@anthropic.com>
EOF
)"--no-verify!feat!: ...BREAKING CHANGE:.env