Prerequisites - This Skill retrieves Git diffs and suggests meaningful commit messages - Message format should follow Conventional Commits - Commit messages should have a one-line Conventional Commits header, an optional blank second line, and from the third line onward include a bulleted list summarizing the changes - Commit messages should be in English - Never perform Git commit or Git push Steps 1. Run to check modified files 2. Retrieve diffs with or 3. Analyze the diff content and determine if changes should be split into multiple commits 4. For each logical group of changes: - List theβ¦