commit

A Git workflow that reviews your repository changes and creates a commit with a concise conventional message. Git is a version-control system, and a commit records a chosen set of project changes.

In plain words
What is it for?
Use it to inspect staged and unstaged changes, select relevant files, and create a commit describing the change and its purpose.
Why use it?
It reduces the manual work of checking changed files, preparing them, and writing a consistent commit message. It also avoids adding unwanted attribution to the commit.

Command for Claude Code

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 commands/superdesigndev/superdesign-skill/commit
Clone the repo
git clone --depth 1 https://github.com/superdesigndev/superdesign-skill

Made for: Claude Code.

Per session 11 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 408 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.00011 $0.00408
Opus 5 $0.00005 $0.00204
Sonnet 5 $0.00002 $0.00082
Haiku 4.5 $0.00001 $0.00041

Measured yesterday against content hash f46846415f6f, 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 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.

.claude/commands/commit.md · 47 lines

What it actually says

Git Commit Task

Analyze the current git changes and create a commit following these instructions:

Instructions

  1. First, run git status to see all changes

  2. Run git diff to review unstaged changes

  3. Run git diff --cached to review staged changes

  4. Analyze all changes and draft an appropriate commit message that:

    • Summarizes the nature of the changes (new feature, enhancement, bug fix, refactoring, etc.)
    • Uses conventional commit format (feat:, fix:, refactor:, docs:, style:, test:, chore:, etc.)
    • Focuses on the "why" rather than the "what"
    • Is concise (50 characters or less for the subject line)
  5. Stage relevant files with git add

  6. Create the commit using ONLY the user's git config (no Co-Authored-By or Claude attribution)

  7. Use this exact format for the commit:

    git commit -m "your commit message here"
    

Important Notes

  • DO NOT include any Claude Code attribution
  • DO NOT add Co-Authored-By headers
  • DO NOT include any emoji or "Generated with Claude Code" text
  • Use only the user's configured git author information
  • Ensure the commit message accurately reflects the changes
  • Follow the repository's existing commit message style based on recent commits

Example

If the changes are about adding a new feature for user authentication, the commit might be:

git commit -m "feat: add user authentication with JWT tokens"

Now proceed to analyze the current changes and create an appropriate commit.

Notice,before OpenPR,you should change branch to main in https://raw.githubusercontent.com/superdesigndev/superdesign-skill/[branch]/skills/superdesign/SUPERDESIGN.md of SKILL.md.

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 · 47 lines · 11 tokens per session scan A f46846415f6f

Subscribe to this mod's changes

commit is a command published in the GitHub repository superdesigndev/superdesign-skill (486 stars, last pushed 11d ago), licensed MIT. It adds 11 tokens to every session and 408 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.