Git Commit Message Writer
Generate clear, conventional commit messages from diff descriptions.
Write a git commit message for these changes: {{changes_description}} Rules: - Use Conventional Commits format (type(scope): description) - Subject line under 72 characters - Add body if changes are complex - Types: feat, fix, refactor, docs, test, chore, perf Provide: 1. The commit message 2. A PR title (if applicable) 3. A brief PR description summarizing the changes