A Chrome extension that helps you export GitHub PR review comments with file paths, line numbers, and code suggestions. Perfect for AI-assisted code review workflows.
- Export Review - Export a single review comment with file path, line numbers, and content
- Export Instruction & Review - Export with your custom instruction prepended (great for AI prompts)
- Export Reviews with Instruction - Export ALL unresolved review comments at once from the sidebar
- Automatically skips resolved conversations
- Perfect for feeding multiple reviews to AI assistants
Automatically detects and labels reviews from AI code review bots:
- GitHub Copilot → "Export GitHub Copilot Review"
- OpenAI Codex → "Export Codex Review"
- Sentry Code Review → "Export Sentry Review"
- CodeRabbit Code Review → "Export CodeRabbit Review"
- Removes bot-specific boilerplate (reaction prompts, badges)
Configure a custom instruction that gets prepended to your exports:
- Click the extension icon to open settings
- Use the built-in default instruction or write your own
- Instructions sync across your devices
- Extracts raw markdown including
suggestioncode blocks - Captures file paths and line numbers accurately
- Removes UI elements and boilerplate text
- Visit the Chrome Web Store page
- Click "Add to Chrome"
- Done!
- Download or clone this repository
- Open Chrome and go to
chrome://extensions/ - Enable "Developer mode" (toggle in top right)
- Click "Load unpacked"
- Select the extension folder
- The extension icon will appear in your toolbar
- Navigate to any GitHub Pull Request
- Find a review comment thread
- Click "Export Review" to copy just the review content
- Or click "Export Instruction & Review" to include your custom instruction
- Look at the right sidebar on the PR page
- Click the green "Export Reviews with Instruction" button
- All unresolved reviews will be exported with your instruction
- Click the extension icon in your browser toolbar
- Enter your custom instruction or click "Use Default" for a template
- Click "Save"
Please review the following code review comments. For each comment:
1. Assess if the concern is valid and applicable
2. If valid, analyze the suggested fix or solution
3. Decide whether to adopt, modify, or reject the suggestion
4. Provide your reasoning and any code changes if applicable
Each exported review includes:
path/to/file.py
Comment on lines +123 to +125
Review comment content here...
If there's a suggested change:
```suggestion
suggested code here
This extension:
- ✅ Only runs on GitHub PR pages (
github.com/*/*/pull/*) - ✅ Only stores your custom instruction (synced via Chrome)
- ✅ Does not send any data to external servers
- ✅ Does not track usage or analytics
- ✅ Open source - review the code yourself!
MIT License - see LICENSE for details.