A VS Code extension that helps you generate AI-ready prompts to automatically review Pull Request diffs using tools like ChatGPT.
It analyzes the Git commit diffs in your PR and generates a prompt to help LLMs comment on potential issues, improvements, or questions — as if reviewing your code.
✨ Now supports English and Japanese based on your VS Code display language!
- Generates a structured AI prompt from your commit diffs
- Designed for AI to suggest GitHub-compatible review comments
- Merge commits are excluded — only actual change commits are considered
- Copies the prompt to your clipboard — just paste it into ChatGPT or any LLM tool
- 🗣️ Auto-detects display language and switches between English and Japanese
- Open the Command Palette and run:
Generate PR Review Prompt from Commit Diff
- Enter the name of the parent branch (e.g.
main
) - The review prompt will be copied to your clipboard!
Paste it into your favorite AI tool and get review comments for your PR.
This extension instructs AI to:
- Review each commit based on factual code changes
- Point out potential issues, test gaps, performance or security concerns
- Suggest improvements (refactoring, naming, comments, etc.)
- Ask questions where code changes seem unclear
It avoids speculative feedback and focuses on objective review.
VS Code Language | Extension Language |
---|---|
English |
English |
Japanese (ja) |
Japanese |
No additional setup required — it just works! 🎉