Git commit skill — inside the body
The skill defines the exact format, valid types, and module-based scopes:
## Commit message format
<type>(<scope>): <short description>
### Types
feat | fix | refactor | docs | test | chore | style
### Scopes (module-based)
evidence | kb | triage | root | all
## Rules
- Never use `git add -A` — stage specific files
- Never stage .env files or credentials
- Short description: lowercase, imperative, under 72 chars
A new team member runs /commit and the agent follows the team's conventions — without reading a contributing guide.