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.

Launch HN: Axolo (YC W21) – Faster pull requests and code reviews

97 pointsby arthurcoudouyalmost 4 years ago
Hi HN!<p>We’re Arthur and Sydney (cosydney). We’re building Axolo (<a href="https:&#x2F;&#x2F;axolo.co" rel="nofollow">https:&#x2F;&#x2F;axolo.co</a>) a bidirectional Github-Slack integration to help tech teams reduce pull request time and improve code review’s feedback.<p>Sydney and I met in 42, a software engineering school in Paris, and started working together on different tech projects last year. While working on our last business, a SaaS management platform for SMEs, we were in a squad of 4 to 5 people and often found ourselves writing direct messages in Slack about pull requests. We were telling each other things like ‘Hey Arthur, I’ve updated my last pull request feature&#x2F;zoom_integration, do you have time to check it out soon?’ or “it’s been two days, do you have time to review feature&#x2F;user_settings today, here is the link: github&#x2F;axolo-co&#x2F;api.axolo.co&#x2F;pull&#x2F;381?”. It was messy, took time and mental load to contextualize each pull request to each other.<p>We talked to over 100 companies about how they ship code. Here is the most common pattern: An engineer creates a pull request and asks someone or a dedicated team to review it. Notifications are poorly handled and people often ping again directly. Then, comments are made on Github and if a disagreement appears, the conversation goes on a voice call or in Slack.<p>This approach has two major problems. (1) Dangling pull requests are waste of time and a source of frustration for developers. They cause the code development process to slow down and prevent developers from focusing on a new task ahead. It’s difficult to dive back into a pull request you submitted two days ago. (2) Feedback on code is hard to convey between one developer to another. It can be misinterpreted or even worse: not given at all.<p>The ideal solution doesn’t need a new tool in our daily routine. Having in mind that most of the friction was in context-switching between Github and Slack, we decided to build a bridge between those two.<p>So we developed Axolo as a bi-directional Github-Slack integration. Each pull request creates a temporary Slack channel where Github notifications are sent (comments, reviews, actions &amp; deployments). The creator, reviewers, and assignees are invited to that channel. Then when the pull request is either closed or merged, we save the conversation as documentation in the Github pull request and archive the channel.<p>We&#x27;re not only a code review notification center. We consider each pull request as a small independent project where all people that take a part in it will be invited. Here’s a demo video (<a href="https:&#x2F;&#x2F;youtu.be&#x2F;aoOZNGdBKlY" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;aoOZNGdBKlY</a>) of how it works, if you want to take a glance at our main features.<p>Our public beta started three weeks ago. To sign up on Axolo, you need to install our Github app on your organization (we do not have access to your code) and our Slack app. Most of our features are free for everyone, but if you’re looking for specific settings &amp; analytics, the professional plan is 8$&#x2F; engineer &#x2F; month that you can try (you don&#x27;t have to enter a credit card upfront).<p>We know the Hacker News community is full of many engineers with deep experiences in code reviewing (and code shipping!) and we look forward to receiving your feedback on our work. Thank you!

18 comments

pulledrequestalmost 4 years ago
I&#x27;m in agreement that there is a lot of room for improvement in the processes around Code Reviews and so I&#x27;m very optimistic about your ability to deliver real value in this area... that said, I&#x27;m struggling to square this solution. My experience is that the challenge is the lack of time allocated to Code Reviews and _not_ a lack of visibility: GitHub and GitLab support assigning reviewers and notifications, and there are lots of reminder apps around.<p>Where do you see the difference in a private message to someone that says &quot;hey, can you check out this Pull Request?&quot; and a Slack channel that automatically says &quot;hey, can you check out this Pull Request?&quot;<p>I don&#x27;t mean to be cynical because I do believe there is a problem to be addressed but I am struggling to see how a bunch of auto-updating Slack channels are going to address it. That said, I haven&#x27;t worked in a team where it&#x27;s normal to jump on a call to discuss a Pull Request and so maybe that&#x27;s the fundamental difference that makes it not right for my workflow but does make it meaningful for others.
评论 #27516992 未加载
joramsalmost 4 years ago
I&#x27;m confused about this. It looks like what you do is create a separate channel for every pull request, and then send notifications to that channel. Messages in the channel get batched up at the end and sent to the PR.<p>Then your first point is:<p>&gt; No more context-switching<p>&gt; Pull requests will create an ephemeral Slack Channel where all the work will be done and imported from Github. Stop wasting time jumping from Github to Slack.<p>But the video next to it shows... constant context-switching&#x2F;jumping between Slack and GitHub.<p>For everything one has to say about a PR this introduces a choice between a GitHub comment and a Slack message, where comments on GitHub get mirrored to Slack but not (directly) vice-versa. Why not just keep the conversation on GitHub?<p>Do comments seem too &quot;formal&quot;? Are GitHub&#x27;s notifications not targeted enough? Those seem like possible problems, but is splitting the conversation space really part of the solution?
评论 #27526406 未加载
fsocietyalmost 4 years ago
Congrats! I’ll be curious to see if you tackle how to continue developing on top of a PR in review, a la stacked diffs. One of the biggest frustrations I have with GitHub workflows is that stacking PRs can be painful but often required if teammates take longer to review PRs. It’d be nice if there was a painless way to have stacked diffs but in the Git framework. That way I can build off of PRs up for review with having to deal without nasty rebases once the first PR is merged into master.
评论 #27517208 未加载
评论 #27517068 未加载
specialistalmost 4 years ago
Neat tool.<p>My recurring observation is that PR approvals take on the form of &quot;voting rings&quot; and other sabotage.<p>Pernicious.<p>When commits are a primary PKI, devs can subtly sabotage co-belligerents, camping on hostile PRs while fast tracking their own.<p>Example from my last gig: Senior dev is fire hose of code. Frequent large dumps &quot;Oh, something I did over the weekend. Just approve it. It needs to go into production today.&quot; Same dev then obsesses over every PR, repeatedly requests rework, insists &quot;large&quot; PRs be &quot;broken up&quot; because &quot;I need to understand this better&quot;.
aparsonsalmost 4 years ago
I think this is neat. You may need to make this customizable for users. As a tech lead &#x2F; manager, I used to have 5-15 in-flight PRs at a time. Some of them took a week to review. I can see having them all in slack possibly becoming tiring. The bottleneck is not my attention span, but my schedule.<p>Secondly, and this is an easily debunked point but I want to ask it nevertheless - what stops Github from building a bot to do this? How to you plan to create additional value beyond the notifications?
评论 #27521289 未加载
评论 #27522248 未加载
TylerJewellalmost 4 years ago
I love solutions that are working in this area. Reminds me a bit of Codestream.<p>Why make the pull request such a formality? The process of writing the code, developers can have active discussions with other key members of the team from within their IDE. Those conversations are then captured as essential context to facilitate the PR review itself.<p>So many ways and innovative companies like Axolo which are finding ways to remove barriers to better information sharing and context.
评论 #27516356 未加载
duuck215almost 4 years ago
As a team of a dozen of devs, we&#x27;ve been using Axolo for several weeks now. We previously relied on a slack channel where everyone would be notified for every comment on every PR: it&#x27;s a relief not to be so much annoyed anymore.<p>There is of course room for improvement (some bugs, latency compared to github integration, very few options) but the gain is definitely here already :) Thanks for this great tool
评论 #27517967 未加载
cssalmost 4 years ago
I&#x27;ve been using Mattermost Incidents [0] with a Pull Request playbook like this for awhile, but its nice to see something else in this space. Wish it were open source.<p>[0]: <a href="https:&#x2F;&#x2F;docs.mattermost.com&#x2F;administration&#x2F;devops-command-center.html" rel="nofollow">https:&#x2F;&#x2F;docs.mattermost.com&#x2F;administration&#x2F;devops-command-ce...</a>
评论 #27516559 未加载
kovacs_xalmost 4 years ago
just because you create slack channel for something.. or everything :D, doesn&#x27;t mean that the reviewer will have more spare time to look at your PR. ;)
评论 #27520876 未加载
jrowleyalmost 4 years ago
I really appreciate how this reduces notifications for engineers not involved in the review.
评论 #27516306 未加载
评论 #27516112 未加载
rhackeralmost 4 years ago
I started recommending this to people advertising as a &quot;slack&quot; company, but... I would start supporting MS Teams too. It&#x27;s starting to eat slack&#x27;s customer base.
评论 #27518244 未加载
评论 #27519470 未加载
egypturnashalmost 4 years ago
I am disappointed that there is not a cute little axolotl mascot.
评论 #27519447 未加载
habosaalmost 4 years ago
Your website mentions Pull Request analytics which to me is more interesting than the Slack integration but it&#x27;s light on the details.<p>Could you share a demo or screenshot of what kind of analytics a team gets from Axolo?
评论 #27527414 未加载
satya71almost 4 years ago
I thought CodeStream would solve this. It’s integrated in VSCode, even less context switching. It didn’t work. The review experience is not good enough.
评论 #27521210 未加载
评论 #27521130 未加载
shadeslayer_almost 4 years ago
Sounds promising. I&#x27;d look forward to trying this out if and when you launch a Bitbucket integration.
评论 #27517820 未加载
yogibhaialmost 4 years ago
Are you hiring? I have built slack apps previously
评论 #27520722 未加载
quadraturealmost 4 years ago
what permissions are required on the repo and slack orgs ?.
评论 #27525414 未加载
asderzalmost 4 years ago
What happen if that PR will be merged? The channel will be deleted?
评论 #27519180 未加载