Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    fwdslsh

    commit-helper

    fwdslsh/commit-helper
    Productivity
    1
    1 installs

    About

    SKILL.md

    Install

    Install via Skills CLI

    or add to your agent
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    ├─
    ├─
    └─

    About

    Generates clear, conventional commit messages from git diffs. Use when writing commit messages or reviewing staged changes.

    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

    Commit Types

    • feat: New feature
    • fix: Bug fix
    • refactor: Code refactoring
    • docs: Documentation changes
    • test: Adding or updating tests
    • chore: Maintenance tasks

    Examples

    feat: add user authentication flow
    
    Implement OAuth2 authentication with support for Google and GitHub providers.
    This enables users to sign in without creating separate credentials.
    
    Affected: src/auth/, src/components/Login.tsx
    
    Recommended Servers
    GitHub
    GitHub
    Gitlab
    Gitlab
    Bitbucket
    Bitbucket
    Repository
    fwdslsh/crosstrain
    Files