ClaudeForge optimized rapid commit system that generates intelligent, structured commit messages automatically without manual confirmation.
/plugin marketplace add claudeforge/marketplace/plugin install smart-commit@claudeforge-marketplaceClaudeForge 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 ClaudeForge's professional development standards and best practices for version control and project management.
ClaudeForge Fast Commit - Accelerate your development workflow without compromising on quality.