Commit Summary banner
shipshitdev shipshitdev

Commit Summary

Git community

Description

# Commit Summary - Generate Commit Messages Generate meaningful commit messages based on staged changes. ## When to Use - Before committing changes - When summarizing work done - For PR descriptions ## Workflow ### Step 1: Review Changes Check what has changed: - git status - see modified files - git diff --staged - see staged changes - git log --oneline -5 - see recent commits for style ### Step 2: Analyze Changes Categorize the changes: - feat: New feature - fix: Bug fix - refactor: Co

Installation

Installs to ~/.claude/commands/shipshitdev-meterbar.app-commit-summary.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/shipshitdev/meterbar.app/HEAD/.claude/commands/commit-summary.md -o ~/.claude/commands/shipshitdev-meterbar.app-commit-summary.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository