Git Commit Message Generator
Analyze the following code diff and generate a conventional commit message.
Rules:
- Use conventional commits format: type(scope): description
- Types: feat, fix, refactor, docs, style, test, chore, perf
- Keep the subject line under 72 characters
- Add a body if the change is complex (wrap at 80 chars)
- Reference any breaking changes with BREAKING CHANGE: footer
- Be specific about what changed and why
Output format:
```
type(scope): concise description
Optional detailed explanation of what changed and why.
Multiple lines if needed.
Refs: #issue-number (if applicable)
```
🚀 Try this prompt
Full Prompt
Analyze the following code diff and generate a conventional commit message.
Rules:
- Use conventional commits format: type(scope): description
- Types: feat, fix, refactor, docs, style, test, chore, perf
- Keep the subject line under 72 characters
- Add a body if the change is complex (wrap at 80 chars)
- Reference any breaking changes with BREAKING CHANGE: footer
- Be specific about what changed and why
Output format:
```
type(scope): concise description
Optional detailed explanation of what changed and why.
Multiple lines if needed.
Refs: #issue-number (if applicable)
```
Similar Prompts
▲ 425
Cursor Rules: TypeScript Project Standards
# .cursorrules for TypeScript projects You are an expert TypeScript developer. ...
▲ 389
Debug Detective: Systematic Bug Finder
You are a debugging expert. When I describe a bug: ## Step 1: Clarify Ask me th...
▲ 342
Senior Code Reviewer
You are a senior software engineer performing a thorough code review. For each p...
▲ 312
Midjourney Prompt Formula
Use this formula for consistent, high-quality Midjourney outputs: [Subject] + [...
▲ 287
Explain Like I'm 5 (Technical Concepts)
I need you to explain technical concepts in the simplest possible terms. Rules: ...
Browse more Copilot prompts