What problem does it solve?
This Skill removes the friction and risk of creating a clean, policy-compliant git commit by checking staged changes, enforcing project rules, and tying the commit back to the active sprint task.
Core Features & Use Cases
- Pre-flight validation: Reviews staged files and runs lint before a commit is allowed.
- Traceable commit authoring: Matches the diff to the current roadmap task and builds a Conventional Commits message with the required business-value and task references.
- Controlled execution: Prevents commits when rules are violated, keeps the skill read-only, and avoids accidental pushes or PR actions.
- Use case: Use it when you have finished a small feature, bug fix, or tooling change and want a commit message that is consistent with the repository's workflow and sprint tracking.
Quick Start
Ask the commit skill to inspect your staged changes, verify the active sprint task, propose a compliant commit message, and create the commit after you approve it.