aif-commit
Installation
SKILL.md
Conventional Commit Generator
Generate commit messages following the Conventional Commits specification.
Workflow
FIRST: Read .ai-factory/config.yaml if it exists to resolve:
- Paths:
paths.description,paths.architecture,paths.rules_file,paths.roadmap,paths.rules,paths.plan, andpaths.plans - Language:
language.uifor prompts and commit message conventions - Workflow:
workflow.plan_id_formatfor read-only active plan discovery (slugdefault;sequentialuses numbered full-plan lookup) - Git preference:
git.enabled,git.create_branches, andgit.skip_push_after_commitfor active plan discovery and post-commit push behavior - Rules hierarchy:
rules.baseplus any namedrules.<area>entries
If config.yaml doesn't exist, use defaults:
- Paths:
.ai-factory/for context artifacts,.ai-factory/PLAN.mdforpaths.plan,.ai-factory/plans/forpaths.plans - Language:
en(English) - Workflow:
workflow.plan_id_format: slug - Git:
git.enabled: true,git.create_branches: true - Git preference:
skip_push_after_commit: false