# Commit

> Create a git commit for the Vision-Agents repo. Use when this capability is needed.

- Skill: `tomevault-io/commit-88` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/commit-88`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/commit-88/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/commit-88

---


# Commit (Vision-Agents)

## Rules

- If on `main`, warn and ask whether to create a new branch first.
- Use conventional commits. Keep the subject line ≤72 chars.
- One logical change per commit. Stage files individually by name, never `git add .` / `-A`.

## Pre-commit hooks

- The repo runs ruff (check + format), mypy, trailing-whitespace and eof fixes on commit.
- Never pass `--no-verify`. If a hook modifies files, re-stage and retry. If mypy or another check fails, fix the root cause before committing.

---
> Source: [GetStream/Vision-Agents](https://github.com/GetStream/Vision-Agents) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-07-03 -->

