Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
nodnarbnitram avatar

Commit Helper

  • 72 installs
  • 14 repo stars
  • Updated April 20, 2026
  • nodnarbnitram/claude-code-extensions

Helps with ai & agent building tasks during AI-assisted development.

About

commit-helper is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.

  • commit-helper
  • AI & Agent Building
  • AI-coding skill

Commit Helper by the numbers

  • 72 all-time installs (skills.sh)
  • Ranked #5,605 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/nodnarbnitram/claude-code-extensions --skill commit-helper

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs72
repo stars14
Last updatedApril 20, 2026
Repositorynodnarbnitram/claude-code-extensions

What it does

Helps with ai & agent building tasks during AI-assisted development.

Files

SKILL.mdMarkdownGitHub ↗

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

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.