Show HN: A GitHub Action that quizzes you on a pull request

Wait 5 sec.

A little idea I got from playing with AI SWE Agents. Can AI help make sure we understand the code that our AIs write?PR Quiz uses AI to generate a quiz from a pull request and blocks you from merging until the quiz is passed. You can configure various options like the LLM model to use, max number of attempts to pass the quiz or min diff size to generate a quiz for. I found that the reasoning models, while more expensive, generated better questions from my limited testing.Privacy: This GitHub Action runs a local webserver and uses ngrok to serve the quiz through a temporary url. Your code is only sent to the model provider (OpenAI).Comments URL: https://news.ycombinator.com/item?id=44726672Points: 3# Comments: 0