wmill-commit

Installation
SKILL.md

Git Commit Skill

Create a focused, single-line commit following conventional commit conventions.

Instructions

  1. Analyze changes: Run git status and git diff to understand what was modified
  2. Stage only modified files: Add files individually by name. NEVER use git add -A or git add .
  3. Write commit message: Follow the conventional commit format as a single line

Conventional Commit Format

<type>: <description>

Types

Installs
4
Repository
cmds-cc/skills
GitHub Stars
1
First Seen
Apr 6, 2026
wmill-commit — cmds-cc/skills