@nodnarbnitram/commit-helper

These are a collection of extension for Claude Code that can typically also be used in opencode.

View in AI SkillSafe app
20 downloads
0 stars
0 demos
SKILL.md
namecommit-helper
descriptionGenerate 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

  1. Run git diff --staged to see staged changes
  2. Analyze the changes to understand:
    • What files were modified
    • What type of change (feat, fix, refactor, docs, etc.)
    • The scope/component affected
  3. 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 feature
  • fix: Bug fix
  • docs: Documentation changes
  • refactor: Code restructuring without behavior change
  • test: Adding or updating tests
  • chore: 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

Embed badges

Add these to your README to show the skill's verification status.

SkillSafe verified badge
Verified badge
[![SkillSafe verified badge](https://api.skillsafe.ai/v1/badge/@nodnarbnitram/commit-helper/verified)](https://skillsafe.ai/skill/@nodnarbnitram/commit-helper/)
Installs badge
Installs badge
[![Installs badge](https://api.skillsafe.ai/v1/badge/@nodnarbnitram/commit-helper/installs)](https://skillsafe.ai/skill/@nodnarbnitram/commit-helper/)
Scan badge
Scan badge
[![Scan badge](https://api.skillsafe.ai/v1/badge/@nodnarbnitram/commit-helper/scan)](https://skillsafe.ai/skill/@nodnarbnitram/commit-helper/)
Eval pass rate badge
Eval pass rate
[![Eval pass rate badge](https://api.skillsafe.ai/v1/badge/@nodnarbnitram/commit-helper/eval)](https://skillsafe.ai/skill/@nodnarbnitram/commit-helper/)