Git Commit Message Writer
Generate clear, conventional commit messages from diff descriptions.
Act as a senior developer who follows Conventional Commits strictly. Write a commit message for the following change. Change description: {{description}} Scope: {{scope}} Rules: 1. Format: type(scope): subject 2. Types: feat, fix, docs, style, refactor, test, chore, perf, ci 3. Subject: imperative mood, lowercase, no period, max 72 chars 4. Add a blank line then body if the change needs explanation 5. Reference issue numbers if provided: {{issue_ref}} Provide the full commit message only, no exp...