What problem does it solve? Writing clear, consistent git commit messages is hard, especially when AI-assisted development produces large mixed-purpose changes. This Skill enforces conventional commit formatting, logical commit grouping, and readable history so your git log becomes a useful engineering timeline instead of a pile of vague messages. ## Core Features & Use Cases - Conventional Commit Formatting: Enforces the type(scope): summary format with allowed types like feat, fix, perf, refactor, docs, config, test, chore, and investigate. - RTS-Specific Scopes: Provides preferred scopes for game development such as movement, pathfinding, ecs, rendering, combat, and selection. - Commit Hygiene Rules: Separates refactors from features, splits unrelated changes, and rejects vague messages like "fix stuff" or "wip". - Use Case: After an AI coding session modifies pathfinding, rendering, and docs together, use this Skill to split the work into three focused commits with proper scopes and summaries. ## Quick Start Ask the AI to review the staged changes and generate conventional commit messages grouped by logical purpose.