TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: We made a chrome extension that adds 10x features to GitHub code review

5 pointsby eagrwlabout 2 years ago
Big tech companies have internal tools that they use to make code review easier. Planar (YC W23) is a free chrome extension that adds these features to GitHub.<p>Features include: - A new review page UX that uses AI to group together related changes in a large PR - An inbox that shows you which PRs need your review across all your repos - A layout that puts comments side by side with code<p>With more features coming soon … - Ability to easily view and navigate stacked PRs - Macros &#x2F; GIF responses - A visual dependency graph that shows you how all the files and components in your PR are connected<p>We realized that most developers don&#x27;t want an additional tool, so we designed the tool as a chrome extension that adds all of these features natively to GitHub.<p>Check it out and let us know what you think!

1 comment

codeapproveabout 2 years ago
Wow this looks really nice! The AI-grouped (and described) file changes is something I have never seen before, and I thought I&#x27;d seen everything in code review.<p>A lot of what you&#x27;re doing is similar to what I&#x27;ve been trying to achieve with CodeApprove (<a href="https:&#x2F;&#x2F;codeapprove.com" rel="nofollow">https:&#x2F;&#x2F;codeapprove.com</a>) which brings Google&#x27;s code review workflow (Critique) to everyone using GitHub. It&#x27;s not doing any of the AI stuff, just focusing on conversation resolution, managing assignment, and giving a much more &quot;power user&quot; UX to the whole thing.<p>If you ever want to chat about code review, just shoot me an email.