Generate Commit Message
Analyze changes and create conventional commit:
Format:
code
[type]: Brief summary (max 72 characters) - Key change 1 - Key change 2 - Key change 3
Types: feat, fix, docs, style, refactor, test, chore, perf, build, ci
Example:
code
docs: Update concept README files with comprehensive documentation - Add architecture diagrams and tables - Include practical examples - Expand best practices sections