🚨 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 👇
gitchat.co
Rip through your pull request reviews! 🚀🚀🚀
Paste in any public PR url from Github
➡️ ChatGPT experience for code Q&A
More info 👇
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/
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/
😎 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?
- File references w/ links to GitHub
- LLMs empowered with codebase-wide code search
- Smart syntax highlighting
What else should I add?
Loading suggestions...