commit

Installation
SKILL.md

Create a git commit following conventional commits specification.

Commit Types

  • feat: New feature
  • fix: Bug fix
  • refactor: Code refactoring
  • test: Adding tests
  • docs: Documentation
  • style: Formatting (no code change)
  • perf: Performance improvement
  • chore: Maintenance tasks

Process

  1. Run git status to see changes
  2. Run git diff --staged to review staged changes
  3. If no staged changes, suggest files to stage
  4. Generate commit message based on changes:
    • Use conventional commit format: type(scope): description
Related skills
Installs
3
GitHub Stars
2
First Seen
7 days ago