A specialized VS Code extension to archive full GitHub Pull Request discussions—including reviews, metadata, and AI-generated comments—into structured local Markdown and JSON files.
Lead Developer
Client
1 week
2026
GitHub’s web interface is excellent for active reviews, but extracting that data for offline documentation, compliance audits, or feeding into LLMs for context is difficult. Navigating deeply nested comments and multiple review threads via the UI makes it nearly impossible to get a "bird's-eye view" of a PR's history in a portable format.
I built a streamlined retriever that uses the GitHub Octokit API to traverse PR data. It intelligently handles pagination for high-volume threads and categorizes different comment types (Review, Issue, and Description) into a structured folder system. It even captures comments from AI agents (like CodeRabbit or Claude), making it a valuable tool for tracking AI-assisted development cycles.