commit-conventions

Installation
SKILL.md

Commit Conventions

Generates standardized commit messages following the conventions defined in .context/conventions.md. Ensures consistent git history with zero developer effort.

When to Use This Skill

  • When preparing a git commit
  • When squashing commits before merge
  • When writing PR/MR descriptions
  • When reviewing commit message quality

Commit Message Generation

Input

Analyze the staged diff (git diff --staged) and any active spec context to determine:

  1. Type — What category of change is this?
  2. Scope — Which module or feature is affected?
  3. Description — What was changed and why?
Installs
5
First Seen
Feb 17, 2026
commit-conventions — kaiboo404/agent-skills-with-project-template