Skip to content
Development
Command

/commit

Analyze git changes and create a commit without Claude Code attribution

From plugin
superdesign
5481 skill1 command
Install
> /plugin marketplace add superdesigndev/superdesign-skill
> /plugin install superdesign@superdesign

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/commit

Context preview

What this command does when you run it.

Analyze git changes and create a commit without Claude Code attribution

Command definition

commit.md
description: Analyze git changes and create a commit without Claude Code attribution
model: haiku

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.

Read more
Ships withsuperdesign

Stop shipping AI-slop UI. Coding agents write great code and mediocre interfaces: generic layouts, default shadcn everything, no taste. Superdesign is the skill that gives your agent design judgment, so the UI it ships actually looks considered.

Get the whole plugin
Stats
565
Stars
40
Forks
Active
Maintenance
JavaScript
Language
MIT
License
26d ago
Last commit
7mo ago
Created

Repo: superdesigndev/superdesign-skill