From git-commit-smart
Execute use when generating conventional commit messages from staged git changes. Trigger with phrases like "create commit message", "generate smart commit", "/commit-smart", or "/gc". Automatically analyzes changes to determine commit type (feat, fix, docs), identifies breaking changes, and formats according to conventional commit standards.
How this skill is triggered — by the user, by Claude, or both
Slash command
/git-commit-smart:generating-smart-commitsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides automated assistance for git commit smart tasks.
This skill provides automated assistance for git commit smart tasks.
Before using this skill, ensure:
git addtype(scope): descriptionGenerates conventional commit messages in this format:
type(scope): brief description
- Detailed explanation of changes
- Why the change was necessary
- Impact on existing functionality
BREAKING CHANGE: description if applicable
Examples:
feat(auth): implement JWT authentication middlewarefix(api): resolve null pointer exception in user endpointdocs(readme): update installation instructionsCommon issues and solutions:
No Staged Changes
git add <files> before generating commit messageGit Not Initialized
git init or navigate to repository rootUncommitted Changes
git stash for unrelated modificationsInvalid Commit Format
This skill provides automated assistance for the described functionality.
Example usage patterns will be demonstrated in context.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
7plugins reuse this skill
First indexed Jul 10, 2026
Showing the 6 earliest of 7 plugins
npx claudepluginhub rowanbrooks100/claude-code-plugins-plus-skills --plugin git-commit-smart