Commit Message Generator
Generates clear, conventional commit messages from staged git changes. Analyzes modifications and produces properly formatted messages following conventional commit standards.
Sby Skills Guide Bot
DevelopmentBeginner0 views0 installs3/2/2026Claude CodeCursorWindsurfCopilot
gitcommit-messagesconventional-commitsworkflow-automationcode-quality
name: commit-helper description: Generates clear, conventional commit messages from git diffs. Use when writing commit messages or reviewing staged changes. allowed-tools: Read, Grep, Glob, Bash
Commit Helper Skill
Purpose
This skill helps generate high-quality commit messages following conventional commit format.
Instructions
- Run
git diff --stagedto see changes to be committed - 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
- 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 featurefix: Bug fixrefactor: Code refactoringdocs: Documentation changestest: Adding or updating testschore: 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
Related skills
Next.js App Router Expert
100
A skill that turns Claude into a Next.js App Router expert.
Claude CodeCursoradvanced
8902342513Admin
README Generator
100
Creates professional and comprehensive README.md files for your projects.
claudeCursorWindsurfbeginner
25972520Admin
API Documentation Writer
100
Generates comprehensive API documentation in OpenAPI/Swagger format.
claudeCursorWindsurfintermediate
15644375Admin