Commit (Vision-Agents)
SkillAI & modelsLets your agent create a git commit in the Vision-Agents repo.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Commit (Vision-Agents) skill
About this capability
Create a git commit for the Vision-Agents repo.
What this skill tells your AI
The instructions your AI receives, as published by getstream/vision-agents in .claude/skills/commit/SKILL.md and read by ahel’s review.
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.
Signals
- GitHub stars
- 8k
- Forks
- 682
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
commit-getstream- Source
- github.com/getstream/vision-agents