Draft conventional commit messages without extra trailers.

Install

mkdir -p .claude/skills/commit-vspo-lab && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/9609" && unzip -o skill.zip -d .claude/skills/commit-vspo-lab && rm skill.zip

Installs to .claude/skills/commit-vspo-lab

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Create a conventional commit. No Co-Authored-By trailer.
56 charsno explicit “when” trigger
Beginner

Key capabilities

  • Stage files explicitly
  • Format conventional commits
  • Review changes before commit

How it works

It enforces conventional commit formatting and explicit staging to maintain a clean history.

Inputs & outputs

You give it
file changes
You get back
git commit

When to use commit

  • Commit project changes
  • Format commit messages
  • Review staged files before commit

About this skill

Trigger

When the user asks to commit changes or invokes /commit.

Rules

  1. Stage only relevant files by explicit path (never git add -A or git add .)
  2. Use conventional commit format: <type>(<scope>): <description>
  3. Do NOT include any Co-Authored-By trailer in the commit message
  4. Do NOT push unless explicitly asked
  5. Run ./scripts/post-edit-check.sh before committing if code edits were made

Commit Message Format

<type>(<optional scope>): <short description>

<optional body>

Types: feat, fix, docs, style, refactor, test, chore, ci, perf

Process

  1. Run git status and git diff --stat to review changes
  2. If no files are staged, stage the relevant files by explicit path
  3. Draft a concise commit message summarizing the changes
  4. Create the commit via git commit -m "..." using a HEREDOC — no Co-Authored-By line
  5. Show the commit result with git log --oneline -1

When not to use it

  • Pushing without approval
  • Including Co-Authored-By trailers

Prerequisites

git

Limitations

  • No Co-Authored-By trailers

How it compares

It strictly enforces conventional commit standards and prohibits specific trailers.

Compared to similar skills

commit side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
commit (this skill)05moNo flagsBeginner
resolve-conflicts818moReviewIntermediate
dependency-upgrade265moReviewIntermediate
openspec-onboard106moReviewBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry