git-commits
CommunityMake commits consistently clean.
Authorbonny
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill enforces well-structured, consistent git commits for every change, improving traceability and collaboration.
Core Features & Use Cases
- Commit discipline: Determine whether changes should be split into multiple commits or grouped into one coherent commit.
- Clear messages: Use a concise summary line and an optional body for context.
- Guided workflow: Step-by-step process from status check to final commit.
Quick Start
- Run git status and git diff to see changes
- Decide if changes should be split (e.g., CSS vs PHP logic) or combined
- Stage changes and write a clear message, e.g. "Update feature X" and an optional detailed body
- Commit to maintain a clean, readable history
Dependency Matrix
Required Modules
None requiredComponents
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: git-commits Download link: https://github.com/bonny/WordPress-Simple-History/archive/main.zip#git-commits Please download this .zip file, extract it, and install it in the .claude/skills/ directory.