semantic-git-commit
Installation
SKILL.md
Semantic Git Commit
This skill guides the agent through the process of creating a high-quality, semantic git commit based on the current workspace changes.
Workflow
Follow these steps strictly to ensure consistency and quality.
1. Stage Changes
Always start by staging all current changes to ensure the commit captures the full context of the work.
git add .
2. Analyze Changes
Retrieve the list of staged files and their status to understand the scope of the commit.