From smart-commit
Analyzes staged Git changes to generate and automatically apply a structured conventional commit message without confirmation.
npx claudepluginhub devsforge/marketplace --plugin smart-commit# 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 ...
/2-commit-fastGenerates commit suggestions for staged changes, auto-selects the first, and runs git commit -m without confirmation.
/2-commit-fastGenerates commit suggestions for staged changes, auto-selects the first, and runs git commit -m without confirmation.
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.