commit

Installation
SKILL.md

Commit Skill

Commit staged changes with a conventional commits message.

Instructions

  1. git status — see staged changes (never use -uall)

  2. git diff --cached — see actual staged changes

  3. git log --oneline -5 — recent commit style

  4. Create message following Conventional Commits:

    • Format: type(scope): description
    • Types: feat, fix, refactor, docs, style, test, chore, perf, ci, build
    • Scope: optional but recommended
    • Description: concise, imperative mood, lowercase, no period
Installs
1
GitHub Stars
775
First Seen
Jun 18, 2026
commit — hashgraph-online/awesome-codex-plugins