commit-conventions

Community

Automate perfect Git commits, every time.

Authormawazawa
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Inconsistent, unclear Git commit messages lead to messy history, difficult debugging, and poor collaboration. This Skill standardizes your commit messages, ensuring clarity, traceability, and adherence to project conventions, saving you time on reviews and rework.

Core Features & Use Cases

  • Semantic Commit Formatting: Enforces a type(scope): subject structure for clear, categorized changes, making your Git history easy to navigate.
  • AI Co-Authorship: Automatically adds Co-Authored-By: Claude and Generated with Claude Code for transparency and proper attribution of AI-assisted commits.
  • Pre-Commit Checklist: Guides you through essential checks (e.g., build, runtime verification) before committing, preventing common errors.
  • Use Case: When working on a new feature, you can ask the AI to "Generate a commit message for adding FL-320 field mappings, following SwiftFill conventions, including a body explaining the motivation."

Quick Start

Generate a semantic commit message for a new feature that adds user authentication, including a body explaining the motivation and how it differs from previous behavior.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: commit-conventions
Download link: https://github.com/mawazawa/tabboo/archive/main.zip#commit-conventions

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository