commit

Installation
SKILL.md

Commit

Use this skill to draft a clean conventional commit message based on staged changes.

Rules

  • Only use staged changes.
  • Do not include test results or file lists in the message.
  • Keep the subject line <= 50 characters, lowercase, imperative.
  • Never add your signature to the commit message.

Workflow

  1. Check status

    • git status --porcelain
    • If nothing is staged, ask the user to stage changes first.
  2. Review staged diff

    • git diff --staged --name-only
Related skills
Installs
6
Repository
tmeister/skills
First Seen
Feb 3, 2026