Commit (clean, conventional)

A guided workflow for preparing one focused Git commit, which is a saved set of related project changes.

In plain words
What is it for?
Use it to inspect changes, stage only the intended files, write a clear Conventional Commit message, and verify the staged result.
Why use it?
It helps avoid committing unrelated files, secrets, debug code, or changes that have not been reviewed.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/auravixstudio/caelo/commit
Any agent
npx skills add AuraVixStudio/caelo --skill commit
Clone the repo
git clone --depth 1 https://github.com/AuraVixStudio/caelo

Made for: Claude Code, Codex.

Per session 19 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 313 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00019 $0.00313
Opus 5 $0.00010 $0.00156
Sonnet 5 $0.00004 $0.00063
Haiku 4.5 $0.00002 $0.00031

Measured yesterday against content hash 14aa75dd68c6, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

Commit (clean, conventional) scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

caelo_core/skills/builtin/commit/SKILL.md · 30 lines

What it actually says

Commit (clean, conventional)

Use this when the user asks to commit work. Produce a focused commit with a message that explains why, not just what.

Steps

  1. Review. Run git status and git diff (and git diff --staged) to see exactly what changed. Read the changes — do not commit blind.
  2. Scope. Stage only the related changes for one logical commit. If the diff mixes unrelated work, make separate commits. Never git add -A without checking what it picks up.
  3. Message. Write a Conventional-Commits subject (type(scope): summary, <=72 chars): feat / fix / refactor / docs / test / chore. Add a body explaining the reason and any trade-offs when the change is non-trivial.
  4. Verify. Re-read the staged diff before committing. Do not commit secrets, debug prints, or unrelated files.
  5. Commit. Create the commit and report the subject line back. Push only if the user explicitly asked.

Notes

  • Match the repository's existing commit style if it differs from Conventional Commits.
  • One commit = one reviewable idea.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 30 lines · 19 tokens per session scan A 14aa75dd68c6

Subscribe to this mod's changes

Commit (clean, conventional) is a skill published in the GitHub repository AuraVixStudio/caelo (22 stars, last pushed 19d ago), licensed Apache-2.0. It adds 19 tokens to every session and 313 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

katra

Chronicle development work in a committed, rich-component dev log as you build. Use when starting a piece of work that should be logged, when capturing a screenshot/gif/render into the log, when adding a before/after comparison, or at commit time to stamp the active draft with its hash + diffstat. Keywords - katra…

craigjmidwinter/getvect · 88 tokens

getvect

Convert a raster image (PNG, JPEG, BMP) into a vector file (SVG, EPS, DXF, PDF) locally, with no network call and no account. Use when you have generated or been given a bitmap and need clean editable paths — a logo to scale, line art to cut, a diagram to embed at any size. Do not use for photographs you want to keep…

craigjmidwinter/getvect · 92 tokens

feishu-im-read

飞书 IM 消息读取工具使用指南,覆盖会话消息获取、话题回复读取、跨会话消息搜索、图片/文件资源下载。 当以下情况时使用此 Skill: (1) 需要获取群聊或单聊的历史消息 (2) 需要读取话题(thread)内的回复消息 (3) 需要跨会话搜索消息(按关键词、发送者、时间等条件) (4) 消息中包含图片、文件、音频、视频,需要下载 (5) 用户提到"聊天记录"、"消息"、"群里说了什么"、"话题回复"、"搜索消息"、"图片"、"文件下载" (6) 需要按时间范围过滤消息、分页获取更多消息.

op7418/CodePilot · 176 tokens

weftcut

Drive the WeftCut video editor over its MCP tools. Use BEFORE calling any weftcut MCP tool — when the user wants to edit video in WeftCut (cut, trim, arrange a timeline, add captions or voiceover) or author/update a Motif (animated overlay).

WeftCut/WeftCut · 62 tokens

seedream

Generate AI images using Volcengine Seedream model. Supports text-to-image (T2I), image editing (I2I), multi-image fusion, and web-search-based generation. Use this skill when the user wants to create, generate, or edit images.

freestylefly/wesight · 56 tokens

compose:subagent

Use when executing implementation plans with independent tasks in the current session.

lfyxhappy/lfcode · 17 tokens