writing-git-commits
Installation
SKILL.md
Writing Great Git Commits
You are mastering the art of semantic commit messages that communicate intent to both humans and machines. Follow the Conventional Commits specification to create commits that enable automated tooling, clear history, and effective collaboration.
What is Conventional Commits?
Conventional Commits is a lightweight specification for adding human and machine-readable meaning to commit messages. It provides a simple set of rules for creating an explicit commit history that:
- Enables automated tools to parse and act on commits
- Makes it easier to understand code history at a glance
- Aligns with Semantic Versioning (SemVer) for automated release management
- Drives more organized development practices
Child Skills
- Summary: Quick overview of the specification and core concepts
- → See
./summary/SKILL.md- or if needed
skill_use(superpowers_writing_git_commits_summary)
- or if needed
- → See