I've come to hate GitHub's diff view, trying to understand what it actually did. The files are shown in whatever order GitHub decides. No logical grouping. No sense of what depends on what. So with Gnosis, you paste a PR URL (or browse your open PRs), pick a model (Claude or Gemini), and it reads the diff, groups changes in a logical way, and presents them as a slideshow. Each slide explains why the change exists and shows the relevant diff. You can even comment, approve, or reject the PR directly from the tool.
It runs locally as an Electron app, to be able to use your local agent CLI tools, so it can use your existing subscriptions rather than rely on API tokens.
It´ve personally found it really useful and I would love to get feedback on how to improve it. Or even better, PRs into the repo ( guess how I will review them :)