conventional-commits

Installation
SKILL.md

Write Conventional Commits Message

Instructions

  1. Analyze Context

    • Run the following commands in parallel to gather full context:
    # List staged/unstaged files to confirm current state
    git status
    
    # Get high-level statistics (files changed, lines added/removed)
    git diff --cached --stat
    
    # Read the actual staged code changes to draft the message
    git diff --cached
    
Related skills
Installs
5
Repository
ocmrz/skills
First Seen
Jan 25, 2026