name: commit-git
description: Commit Git skill owned by Reid (Release Manager). Runs on: hourly (dirty-state-gated). Scaffold generated from the Mindshare skills registry; install into ~/.claude/skills/commit-git/ to use.
Commit Git
Owned by Reid (Release Manager). Generated scaffold from the Mindshare skills registry (roles/skills-registry.json). This file is a real, installable Claude skill: drop the commit-git/ folder into ~/.claude/skills/ and invoke it with /commit-git. The structure below is honest scaffold depth — the owning role deepens the body with its real procedure.
Purpose
Provide the commit git capability for Reid (Release Manager). Use this skill when the owning role needs a repeatable, registered procedure rather than an ad-hoc prompt.
When To Use
- Trigger: hourly (dirty-state-gated)
- Invoke with
/commit-git or when the user describes the task this skill names.
Inputs & Outputs
- Reads/writes: not yet declared in the registry. Treat as read-only until the owner specifies inputs and outputs.
Authority & Gates
- Registry status:
owner-gated
- Autonomy level:
5
- Git/release gate — commit, push, branch, or promotion steps require Reid (Release Manager) approval.
- Secrets gate — depends on credentials in .env.local; Scott (final authority) must provision and approve.
Tool ability is not authority. This scaffold defaults to report-only. Any step that commits, sends, spends, or changes control-plane state stays blocked until the gate owner approves.
Procedure
- Confirm the trigger condition and that the owning role authorizes this run.
- Read the declared inputs above. Do not reach outside them without owner approval.
- Perform the commit git work the owning role defines here.
- Produce a clear, reviewable report. Lead with the finding, then evidence, then recommended next action.
- Stop at every registered gate. Hand the gated step to its owner with the cleanest safe path forward.
Output
A reviewable report or artifact for Reid (Release Manager). No silent state changes. Every gated action is surfaced for approval, not auto-applied.
Boundary
This file grants no authority by itself. Activation, autonomy, git/release, secrets, external comms, and spending all remain gated to their registered owners until explicitly approved.
Registry Notes
Level 5 auto-commit+push accepted by Scott 2026-06-28. Cannot be activated or live-tested by Cole. Git creds via .env.local.