What problem does it solve?
This Skill prevents unsafe or accidental git write operations by routing commits through a controlled gate, so changes are staged, reviewed, and applied only through the approved workflow.
Core Features & Use Cases
- Commit Gate Enforcement: Blocks direct git mutation commands and requires delegation to the committer flow.
- Review-Aware Commit Flow: Supports message drafting, review, acquisition, commit, release, and heartbeat refresh for long-running sessions.
- Safer Team Operations: Useful when multiple agents or workflows may touch the same repository and need consistent write controls.
- Use Case: When you need to commit a feature branch without bypassing repository safety rules, use this Skill to stage the message file, acquire the gate, and complete the commit through the approved process.
Quick Start
Ask the assistant to prepare a gated commit for your changed files, draft the commit message, and complete the commit using the repository’s enforced commit-gate workflow.