@nodnarbnitram/commit-helper
These are a collection of extension for Claude Code that can typically also be used in opencode.
No skills found in this collection.
SKILL.md
| name | commit-helper |
| description | Generate clear, conventional commit messages from git diffs. Use when writing commit messages, reviewing staged changes, or preparing commits. |
Commit Helper
Generate well-structured commit messages following conventional commit format.
Instructions
- Run
git diff --stagedto see staged changes - Analyze the changes to understand:
- What files were modified
- What type of change (feat, fix, refactor, docs, etc.)
- The scope/component affected
- Generate a commit message with:
- Summary line under 50 characters
- Type prefix (feat, fix, docs, refactor, test, chore)
- Optional scope in parentheses
- Detailed body explaining what and why
Commit Types
feat: New featurefix: Bug fixdocs: Documentation changesrefactor: Code restructuring without behavior changetest: Adding or updating testschore: Maintenance tasks
Best Practices
- Use present tense ("Add feature" not "Added feature")
- Explain what and why, not how
- Keep summary concise but descriptive
- Reference issue numbers when applicable
Example Output
feat(auth): add OAuth2 support for GitHub login
- Implement OAuth2 flow with PKCE
- Add token refresh mechanism
- Store tokens securely in encrypted storage
Closes #123
Loading...
Select a file to preview
Analyzing security...
Checking scan reports and verification data.
Bill of Materials
Everything this skill can do — files, network, commands, and more.
No demos yet. To add one, ask your AI agent: "Submit a demo for @nodnarbnitram/commit-helper" — or upload via the API.
To add a demo, ask your AI agent: "Submit a demo for @nodnarbnitram/commit-helper"
No eval data yet. Eval results are published via the SkillSafe API.