skills/smithery.ai/commit-helper

commit-helper

SKILL.md

Commit Helper Skill

Purpose

This skill helps generate high-quality commit messages following conventional commit format.

Instructions

  1. Run git diff --staged to see changes to be committed
  2. Analyze the changes to understand:
    • What files were modified
    • What type of change (feat, fix, refactor, docs, etc.)
    • What the impact of the change is
  3. Generate a commit message with:
    • A summary line under 50 characters
    • A blank line
    • A detailed description explaining the "why"
    • Optional: List of affected components
Installs
9
First Seen
Mar 20, 2026