Help us improve
Share bugs, ideas, or general feedback.
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-commitHow 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 ...
/commit-smartAnalyzes staged Git changes to generate a conventional commit message (type(scope): description), confirms with user, and commits if approved.
/commitAnalyzes staged git changes, generates a conventional commit message, seeks user approval, and executes the commit without trailers.
/commitAnalyzes git changes to generate conventional commit messages, stages files appropriately, runs pre-commit checks like linting and tests, and creates atomic commits.
/commit-fastGenerates 3 commit message suggestions in conventional format and automatically executes git commit -m with the first one on staged files only.
/commitAnalyzes current git diff, generates 3 conventional commit message options (concise, detailed, comprehensive), presents for user selection, and executes git commit.
/commit-pushAnalyzes git changes, stages safe files, generates conventional commit message, commits, and pushes to remote branch.
Share bugs, ideas, or general feedback.
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.