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, and paths.plans
  • Language: language.ui for prompts and commit message conventions
  • Workflow: workflow.plan_id_format for read-only active plan discovery (slug default; sequential uses numbered full-plan lookup)
  • Git preference: git.enabled, git.create_branches, and git.skip_push_after_commit for active plan discovery and post-commit push behavior
  • Rules hierarchy: rules.base plus any named rules.<area> entries

If config.yaml doesn't exist, use defaults:

  • Paths: .ai-factory/ for context artifacts, .ai-factory/PLAN.md for paths.plan, .ai-factory/plans/ for paths.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
Installs
45
GitHub Stars
917
First Seen
Feb 22, 2026
aif-commit — lee-to/ai-factory