4/17/2026 at 2:34:32 PM
It'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 also see the "how" first and/or together with the change itself. So the same problem remains, except instead of reviewing in git/GitHub/gerrit + figure out the documents/resources that lays out the task itself, I still have to switch and confirm things between the two.
by embedding-shape
4/17/2026 at 3:02:45 PM
I agree, that's also really important and something we're brainstormingCurrently on Stage we also generate a PR summary next to the chapters and that's where we want to do more "why" that pulls in context from Linear, etc.
And I know there's a lot of cool teams like Mesa and Entire working on embedding agent context into git history itself so that could an interesting area to explore as well
by cpan22
4/19/2026 at 4:57:41 PM
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.by JulienZammit
4/19/2026 at 5:10:44 PM
Good question, we're more focused on the first aspect you mentioned of "does the code you wrote make sense on a high level" rather than "did you miss something" - I think tools like Greptile and Codex are coming out with new security review features that are more suited towards that use caseby cpan22
4/17/2026 at 2:53:58 PM
I assume this problem could be solved if we write up what we actually want (like a GH issue) and maybe in the future the guys at Stage could use github issues as part of their PR review?by nathannaveen
4/17/2026 at 6:53:49 PM
Yep! Or Linear, etc Or could be something like git-ai which captures agent context in git commitsby cpan22
4/18/2026 at 1:02:03 PM
Well if you prompted the PR you know the contextby dbbk