A VS Code extension that helps you generate prompts for AI tools (like ChatGPT) to write Pull Request descriptions based on your Git commit diffs.
It reads your .github/pull_request_template.md
and combines it with commit changes to create a structured, easy-to-paste prompt.
✨ Now supports English and Japanese based on your VS Code display language!
- Automatically generates a PR prompt based on commit diffs
- Merge commits are excluded — only actual change commits are considered
- Formats the prompt using your existing PR template
- Copies the prompt to your clipboard — just paste it into ChatGPT or your favorite AI tool!
- 🗣️ Language auto-switching between English and Japanese
- Open the Command Palette and run:
Generate PR Prompt from Commit Diff
- Enter the name of the parent branch (e.g.
main
) - The prompt will be copied to your clipboard!
- A
.github/pull_request_template.md
file must exist in your project root.
This extension automatically switches its UI between English and Japanese
based on your VS Code display language setting.
VS Code Language | Extension Language |
---|---|
English |
English |
Japanese (ja) |
Japanese |
No extra setup required — it just works! 🎉