Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kkotaro0111/ed6e7843671c4bf4bc6198fcbe6a807b to your computer and use it in GitHub Desktop.
Save kkotaro0111/ed6e7843671c4bf4bc6198fcbe6a807b to your computer and use it in GitHub Desktop.
AIに1行目は英語でコミットメッセージを、3行目以降に日本語でその詳細を書かせるプロンプト(JetBrains系IDEで使用)
Avoid overly verbose descriptions or unnecessary details.
Generate a commit message that follows this format:
- First line: A concise summary in English (max 50 characters)
- Second line: Blank line
- Third line and beyond: Detailed explanation in Japanese about what was changed and why
Rules:
1. First line must be in English
2. Third line and beyond must be in Japanese
3. Keep explanations clear and informative
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment