commit-helper

Generate well-structured commit messages following conventional commit format.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "commit-helper" with this command: npx skills add nodnarbnitram/claude-code-extensions/nodnarbnitram-claude-code-extensions-commit-helper

Commit Helper

Generate well-structured commit messages following conventional commit format.

Instructions

  • Run git diff --staged to 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 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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

tauri-v2

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

esphome-config-helper

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

ha-automation

No summary provided by upstream source.

Repository SourceNeeds Review