Haven't tried it yet, but it looks neat! My pain points with PRs where people vibe coded something is a bit different though: - I'd like to get an idea how they prompted and developed the PR. - I want to see if for example they just took everything the AI gave them or if they interacted with it critically - I want to see some convincing proof that they tested it, e.g. manually. I.e. along the lines of what Simon desc…
Show HN: Stage – Putting humans back in control of code review
111–119 of 119 posts
Re: Show HN: Stage – Putting humans back in control of code review
#112(i find)the right way to read a PR can differ a lot from project to project. it's not just about context, or syntax, or workflow... sometimes the best entry point is the PR description or an external ticket. sometimes you need to read the code first to understand the reasoning behind the changes. sometimes the diff itself is fine, but you have to go back several PRs to see how the codebase got into its current state.…
Re: Show HN: Stage – Putting humans back in control of code review
#113It's an interesting idea, but I feel like it's missing almost the most important thing; the context of the change itself. When I review a change, it's almost never just about the actual code changes, but reviewing it in the context of what was initially asked, and how it relates to that. Your solution here seems to exclusively surface "what" changes, but it's impossible for me to know if it's right or not, unless I a…
Re: Show HN: Stage – Putting humans back in control of code review
#114It's an interesting idea, but I feel like it's missing almost the most important thing; the context of the change itself. When I review a change, it's almost never just about the actual code changes, but reviewing it in the context of what was initially asked, and how it relates to that. Your solution here seems to exclusively surface "what" changes, but it's impossible for me to know if it's right or not, unless I a…
Related question, does the chapter view help for security review? Code review catches "is this well written", but security review is more like "did the author forget the auth check on this new endpoint, or remove a tenant filter by accident". Those aren't really visible as a chapter since the problem is what's not in the diff. Curious if the authors have thought about that use case or if it's a separate tool entirely…
Re: Show HN: Stage – Putting humans back in control of code review
#115Re: Show HN: Stage – Putting humans back in control of code review
#116Re: Show HN: Stage – Putting humans back in control of code review
#117did you think about this tool not from "review someone's PR" but from "review Claude's output" perspective? let's say, I work locally, /effort max and I get a huuuge diff. and then I run a skill "/turn-summary" and it walks me through the changes locally or in some nice UI opened in the browser and helps me to focus my attention in groups. or it would be nice native feature in tools like Conductor.
Re: Show HN: Stage – Putting humans back in control of code review
#118Earlier quoted context omitted.
Yep that's something we're actively working on! would love to hear any perspectives on best ways to approach this
There isn't one. Most of time you would pair review a PR with human who wrote it and they could explain that. They can't anymore since 9/10, they didn't think through those things.
Re: Show HN: Stage – Putting humans back in control of code review
#119I’d love to have a chat with you folks, if you’re keen. Email is in my profile!