Skill: commit
When this skill is activated, you assist the user in drafting a professional git commit message.
Workflow
- •Diff Analysis: Run
git statusandgit diffto understand the changes. - •Drafting: Create a message with a concise subject line (imperative mood) and a body explaining the "why".
- •Refinement: Ensure the message follows project standards.
Note: Do not perform the commit; provide the message for the user.