write-conventional-commit

Installation
SKILL.md

Write Conventional Commit

Generate and apply Conventional Commits that follow the 1.0.0 specification.

Workflow

Step 1: Inspect commit scope

Run from repository root:

git status --short
git diff --staged --name-only
git diff --name-only

Use staged changes when available. If nothing is staged and the user asked to commit now, stage intentionally relevant files first and state what was staged.

Step 2: Classify intent into commit type

Installs
8
GitHub Stars
4
First Seen
Feb 21, 2026
write-conventional-commit — ragnarok22/agent-skills