Git Commit Message Generator Auto-generates conventional commit messages from git diffs with tiered format enforcement Purpose Analyze staged git changes and generate concise, meaningful commit messages following a tiered Conventional Commits specification. This skill examines file modifications, additions, and deletions to infer the type and scope of changes, producing commit messages that match the importance of the change - from detailed documentation for critical features to concise messages for minor updates. Key Innovation : Three-tier format system that balances thoroughness for critic…