Pending Review Notifier
GitHub never reminds you about your own unsubmitted pending reviews — the comments you wrote but never clicked "Submit" on, invisible to everyone but you. Pending Review Notifier watches for them and emails you a reminder a few hours after your last comment, so feedback stops silently rotting in draft.
Free. One reminder a few hours after you leave a review hanging. Nothing stored you can't delete.
Don't want to trust us? prn-check runs the same staleness rules locally — your token, your cron, state in a JSON file on your machine. Nothing leaves it.
cargo binstall --git https://github.com/coreyja-studio/pending-review-notifier prn
GITHUB_TOKEN=ghp_... prn-check --json
# exit 0: nothing newly stale. exit 1: something is.That grabs the pre-built binary for Linux and macOS. No binstall? Build from source: cargo install --git https://github.com/coreyja-studio/pending-review-notifier --bin prn-check