Show HN: Stage – Putting humans back in control of code review
11–20 of 119 posts
Re: Show HN: Stage – Putting humans back in control of code review
#12Re: Show HN: Stage – Putting humans back in control of code review
#13Can reviewers adjust the chapter splits manually if they disagree with how it grouped the PR, or are the chapters fixed once generated?
You can regenerate the chapters anytime, but it might lead to similar results as the first time
Re: Show HN: Stage – Putting humans back in control of code review
#14I personally see the value of code review but I promise you the most vocal vibe coders I work with don’t at all and really it feels like something that could be just automated to even me.
The age of someone gatekeeping the codebase and pushing their personal coding style foibles on the rest of the team via reviews doesn’t feels like something that will exist anymore if your ceo is big on vibe coding.
Re: Show HN: Stage – Putting humans back in control of code review
#15Isn't that what commits are for? I see no reason for adding this as an after-thought. If the committers (whether human or LLM) are well-behaved, this info is already available in the PR.
Re: Show HN: Stage – Putting humans back in control of code review
#16Does Stage work for PRs that have multiple commits? These could be considered "stacked diffs", but in the same PR.
Do you or your team use stacking in your workflows?
Re: Show HN: Stage – Putting humans back in control of code review
#17I like the chapters thing, a lot of PRs I review should really be like 5 prs so its nice to have it auto split like that. Do you see a world where it splits them up on the git level?
Can't you push back on that? I feel like this tool is trying to fix misbehaved colleagues...
Re: Show HN: Stage – Putting humans back in control of code review
#18> Stage automatically analyzes the diff, clusters related changes, and generates chapters. Isn't that what commits are for? I see no reason for adding this as an after-thought. If the committers (whether human or LLM) are well-behaved, this info is already available in the PR .
We thought git wasn't the right level of abstraction and decided to tackle things at the PR level instead. Curious to hear your experiences!
Re: Show HN: Stage – Putting humans back in control of code review
#19> Stage automatically analyzes the diff, clusters related changes, and generates chapters. Isn't that what commits are for? I see no reason for adding this as an after-thought. If the committers (whether human or LLM) are well-behaved, this info is already available in the PR .
It is certainly possible to do topic-grouping in commits, but it requires significant effort to het that consistent on a team level.