Show HN: I built a tool that reviews any GitHub PR and quizzes you on it (makesensegithub.com)

6 points by atomicnature ↗ HN
Prepend any Github PR URL with `makesense` to get a

- quick review for all sorts of issues (cleanly designed issue explorer)

- summary of changes in concise slide deck to grasp the essence of changes

- a 5 question quiz on the changes to make sure there's "cognitive coverage" of the change

There's also a handy bookmarklet using which you can trigger a review for any publicly accessible Github PR

Feedback welcome

2 comments

[ 0.34 ms ] story [ 7.4 ms ] thread
Is the quiz meant for the reviewer or the author? The quiz is the part I find genuinely new here. My one hesitation: since the questions come from the same model that wrote the summary, passing might just prove I absorbed the AI's reading of the diff, not that the reading was correct or that I understood the actual code. Curious whether the questions are grounded in the diff itself. Only tried the example on the landing page.