commit

A checklist for preparing a Git commit summary and commit message. Git is a version-control system, and a commit records a set of code changes.

In plain words
What is it for?
Use it to inspect Git status and staged differences, summarize the changes, and suggest a Chinese Conventional Commit message.
Why use it?
It helps describe staged changes and propose a consistent message without making the commit itself. The requested message format is Conventional Commits, a standard style for commit titles.

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/zeromadlife/sage-agent/commit
Any agent
npx skills add ZeroMadLife/sage-agent --skill commit
Clone the repo
git clone --depth 1 https://github.com/ZeroMadLife/sage-agent

Made for: Claude Code, Codex.

Per session 10 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 89 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.00010 $0.00089
Opus 5 $0.00005 $0.00044
Sonnet 5 $0.00002 $0.00018
Haiku 4.5 $0.00001 $0.00009

Measured 2d ago against content hash 164c5a0fe2ad, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

commit 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 2d ago.

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.

core/coding/skills/bundled/commit/SKILL.md · 12 lines

What it actually says

请准备本次提交:

  1. 用 run_shell 跑 git statusgit diff --staged
  2. 总结改动内容
  3. 建议 commit message(中文,遵循 conventional commits)
  4. 不要实际执行 git commit,只给建议
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. 2d ago First seen · 12 lines · 10 tokens per session scan A 164c5a0fe2ad

Subscribe to this mod's changes

commit is a skill published in the GitHub repository ZeroMadLife/sage-agent (9 stars, last pushed 7d ago), licensed MIT. It adds 10 tokens to every session and 89 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-31.

Related

Other skills, from other repositories

ai-video-studio-backend-test

Backend validation workflow for ai-video-studio. Use when changing FastAPI endpoints, services, repositories, models, migrations, prompts, task orchestration, or when diagnosing pytest failures. Chooses between quick, full, targeted, and diagnostic backend checks while treating AGENTS.md…

yfge/ai-video-studio · 100 tokens

ai-video-studio-mcp-e2e

Chrome DevTools E2E workflow for ai-video-studio. Use when a change affects login, frontend/backend integration, AI generation, image or video flows, or any user-visible path that AGENTS.md requires to be verified in a real browser. Reads AGENTS.md for the current validation policy and account, follows the shared…

yfge/ai-video-studio · 94 tokens

ai-video-studio-frontend-test

Frontend validation workflow for ai-video-studio. Use when changing Next.js pages, components, hooks, API client code, route guards, auth flows, or when deciding whether lint, tests, build, and browser verification are required. Chooses between mandatory lint, conditional frontend tests, and risk-driven builds while…

yfge/ai-video-studio · 83 tokens

Review a GitHub PR (via gh)

Review a specific GitHub pull request with gh — fetch the diff, fan out reviewers, consolidate, and optionally post the review. Requires the gh CLI or the GitHub MCP server.

AuraVixStudio/caelo · 48 tokens

Implement (multi-agent loop)

Orchestrate an implement -> review -> fix loop with subagents until reviewers sign off.

AuraVixStudio/caelo · 24 tokens

Best of N (parallel attempts)

Delegate N parallel subagents on the same task, then pick the best result.

AuraVixStudio/caelo · 23 tokens