Show HN: PR Guard – A GitHub Action to ensure authors understand their PRs

github.com

2 points by Two_hands 12 hours ago

PR Guard is a tool designed to assist reviewers in dealing with the increasing number of PRs as a result of AI assisted programming.

AI assisted programming isn't inherently bad, but it does allow contributions from people who may not understand what exactly they are contributing. PR Guard aims to stop this.

It works by:

- Passing the diff of a PR to an LLM - The LLM returns 3 questions which the author must answer - The LLM then reviews the answers and decides whether or not they show the author understands their code

The point is to relieve some pressure on reviewers AND to enable users of AI assisted programming to learn in a new and engaging way.

theoldgreybeard 11 hours ago

Next week on HN:

Show HN - PR Guard Guard

Explains to PR Guard the PR in the most obnoxiously detailed possible response.