tessl i github:jeremylongshore/claude-code-plugins-plus-skills --skill generating-smart-commitsExecute 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.
74%
Overall
Validation
Implementation
Activation
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 applicableExamples:
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.
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.