What problem does it solve?
This Skill removes the risk and friction of creating final commits for Spec Kit work by enforcing the right preflight checks, scope selection, and commit-message rules before git history is changed.
Core Features & Use Cases
- Multi-repository commit orchestration: Prepares approved changes across one or more repositories without staging unrelated user work.
- Validation-first commit flow: Requires artifact checks, acceptance evidence, test-plan review, and post-commit message validation before committing.
- Controlled scope management: Separates code, tests, generated spec docs, and local runtime artifacts so only the intended files are committed.
- Use case: A developer finishes a feature branch and uses this Skill to confirm the release-ready scope, generate a compliant message, and commit only the accepted changes.
Quick Start
Use the speckit-commit skill to validate the prepared feature scope, generate the required commit message, and create the confirmed local commit.