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: Ellipsis – Automatic pull request reviews

18 pointsby hunterbrooksover 1 year ago
TLDR; Ellipsis is a GitHub app that automatically reviews, summarizes, and answers questions about pull requests.<p>Hi HN, @hunterbrooks and @nbrad here, cofounders at Ellipsis. We’re on a mission to build an AI software engineer. So far, we’ve built the automatic PR review functionality we’re sharing with you today.<p>Whenever a PR is opened, Ellipsis will automatically:<p><pre><code> - append a summary of changes to the PR body, - perform a code review, checking for best practices like DRY, descriptive variable names, etc. - check for violations of any of the custom rules you’ve provided </code></pre> The most common question we get is “does it work?”, so we’ve added a 7 day free trial. Here are some examples from popular open source repositories within the past week:<p>- <a href="https:&#x2F;&#x2F;github.com&#x2F;hyperdxio&#x2F;hyperdx&#x2F;pull&#x2F;326">https:&#x2F;&#x2F;github.com&#x2F;hyperdxio&#x2F;hyperdx&#x2F;pull&#x2F;326</a><p>- <a href="https:&#x2F;&#x2F;github.com&#x2F;relari-ai&#x2F;continuous-eval&#x2F;pull&#x2F;43">https:&#x2F;&#x2F;github.com&#x2F;relari-ai&#x2F;continuous-eval&#x2F;pull&#x2F;43</a><p>- <a href="https:&#x2F;&#x2F;github.com&#x2F;jxnl&#x2F;instructor&#x2F;pull&#x2F;467">https:&#x2F;&#x2F;github.com&#x2F;jxnl&#x2F;instructor&#x2F;pull&#x2F;467</a><p>- <a href="https:&#x2F;&#x2F;github.com&#x2F;ion-design&#x2F;numi&#x2F;pull&#x2F;1">https:&#x2F;&#x2F;github.com&#x2F;ion-design&#x2F;numi&#x2F;pull&#x2F;1</a><p>You can also tag @ellipsis-dev in a comment and ask it for a re-review or to answer a question about the PR. You’ll get a new review for every commit that’s pushed to the PR branch. Our docs (<a href="https:&#x2F;&#x2F;docs.ellipsis.dev&#x2F;review">https:&#x2F;&#x2F;docs.ellipsis.dev&#x2F;review</a>) have more info.<p>Today, 17 companies, including PromptLayer and Warp (W23) are using Ellipsis. We’re working on the code generation component (ex: tag Ellipsis to fix bugs), but that’s still in a public beta.<p>Ellipsis doesn’t store or train models on your code.<p>Ask: Try it out, it takes 2 clicks to install at <a href="https:&#x2F;&#x2F;www.ellipsis.dev">https:&#x2F;&#x2F;www.ellipsis.dev</a>. Feedback? team@ellipsis.dev

5 comments

roseway4over 1 year ago
We use Ellipsis across most of our repos. PR titling and summaries are great and definitely reduce the cognitive load for both code contributors and reviewers. Reviews are also a good first line of defense for code quality, catching issues human reviewers haven&#x27;t caught. Though on occasion it&#x27;s also a little overly pedantic or confused. I guess not unlike us humans at times ;-)
timpetriover 1 year ago
This looks great.<p>I&#x27;ve been getting a lot of ads for a product with a similar premise (&quot;AI-first Code Reviewer&quot;): CodeRabbit.ai. Can you help me understand how this product compares?
评论 #39527080 未加载
pkkimover 1 year ago
I guess it&#x27;s clearly within the capabilities of modern LLMs, but it&#x27;s still cool to see that you can just specify linter rules with natural language now.
评论 #39527059 未加载
krtbgbover 1 year ago
Been a customer for a few weeks now. Really solid experience.
zesetover 1 year ago
Working at Promptlayer while this is in use. PR reviews are a piece of cake