commit-conventions
Installation
SKILL.md
Commit Conventions Skill
Enforces commit message format and conventions for the Skill System Foundry repository.
Format
Every commit message starts with a short summary line describing what changed. Use one of these verb prefixes:
| Verb | When to Use | Example |
|---|---|---|
Update |
Enhancement to an existing feature or file | Update validation to check forward slashes |
Add |
Wholly new feature, file, or component | Add critique skill to .agents/ |
Fix |
Bug fix or correction | Fix false positive in name validation |