skills/smithery.ai/squash-commits

squash-commits

Installation
SKILL.md

Squash Commits

Organize all changes into well-structured commits.

Steps

1. Review the current state

git status
git diff
git diff --staged
git log origin/main..HEAD --oneline
git log origin/main..HEAD

2. Analyze and determine optimal commit structure

Installs
2
First Seen
Apr 9, 2026
squash-commits from smithery.ai