From smart-commit
Analyzes staged Git changes, generates conventional commit messages with type/scope/description, and automatically commits without user confirmation.
How this command is triggered — by the user, by Claude, or both
Slash command
/smart-commit:2-commit-fastThe summary Claude sees in its command listing — used to decide when to auto-load this command
# DevsForge Fast Commit DevsForge optimized rapid commit system that generates intelligent, structured commit messages automatically without manual confirmation. ## Purpose Accelerate development workflow with smart commit message generation while maintaining professional standards and project consistency. ## Features - **Intelligent Analysis**: Analyzes staged changes to generate contextually appropriate commit messages - **Structured Format**: Follows conventional commit standards with proper type, scope, and description - **Auto-execution**: Automatically applies the best-generated ...
DevsForge optimized rapid commit system that generates intelligent, structured commit messages automatically without manual confirmation.
Accelerate development workflow with smart commit message generation while maintaining professional standards and project consistency.
git commit with selected message<type>(<scope>): <description>
[optional body]
[optional footer]
Types: feat, fix, docs, style, refactor, test, chore, perf, ci, build, revert Scopes: Package names, directories, or functional areas
feat(auth): add OAuth2 integration with Google provider
fix(api): resolve user authentication timeout issue
docs(readme): update installation instructions for v2.0
perf(database): optimize query performance by 40%
# Stage your changes
git add .
# Execute fast commit
/2-commit-fast
# Your changes are committed with an intelligent message
All commits generated by this tool follow DevsForge's professional development standards and best practices for version control and project management.
DevsForge Fast Commit - Accelerate your development workflow without compromising on quality.
npx claudepluginhub devsforge/marketplace --plugin smart-commit/commit-smartGenerates a conventional commit message from staged changes using AI, then commits with your approval.
/commit-generatorGenerates a conventional commit message for staged changes, shows it for approval, commits, and optionally pushes to remote.
/commitAnalyzes staged git changes, generates a conventional commit message, seeks user approval, and executes the commit without trailers.
/git-commitCreates a git commit with a meaningful message by analyzing staged changes and following project-defined commit message tag standards.
/commitAnalyzes staged git changes and generates an intelligent conventional commit message following the Conventional Commits spec with type, scope, body, and footers.
/commitAnalyzes git changes, generates conventional commit messages, stages files, and creates atomic commits with pre-commit validation.