7 Tweets 3 reads Apr 20, 2023
🚨 GitChat - Conversational UI for Pull Requests 🚨
gitchat.co
Rip through your pull request reviews! 🚀🚀🚀
Paste in any public PR url from Github
➡️ ChatGPT experience for code Q&A
More info 👇
Reading through huge PRs is a huge pain, especially in large/collaborative codebases.
What if there was a better way than reading through large sets of file diffs (and unhelpful comments?)
2/
This is a perfect use case for LLMs like GPT
They can instantly parse even large code changes and comment on them intelligently.
Even better, with some clever engineering, they can navigate your codebase and understand the larger implications of the code.
3/
GitChat.io is a first stab at leveraging LLMs to enhance pull request review:
😎 immediately summarize large change sets
🤖 detect regressions + vulnerabilities
✍️ refine PRs with intelligent suggestions
etc.
4/
This takes advantage of OpenAI's new ChatGPT API and domain-specific architecture/UX:
- File references w/ links to GitHub
- LLMs empowered with codebase-wide code search
- Smart syntax highlighting
What else should I add?
Try it out!
Let me know what you think.
cc @bentossell this is my hackathon submission

Loading suggestions...