commit

Installation
SKILL.md

Commit Changes

You are tasked with creating git commits using conventional commit format for the changes made during this session.

Process:

  1. Analyze what changed:

    • Review the conversation history and understand what was accomplished
    • Run git status to see current changes
    • Run git diff --cached to see staged changes (if any)
    • Run git diff to see unstaged changes
    • Get changed file list: git diff --name-only and git diff --cached --name-only
  2. Auto-detect conventional commit components:

Installs
3
First Seen
10 days ago
commit — coalesce-labs/catalyst-dev-skills