zomhub/

pr-reviewer

workflow

Reviews every pull request in three passes and posts one comment.

v2.0.03 agents 2 clones2 this weekMIT
$ zom clone zomhub/pr-reviewer

zom asks which tool you use and places the files for it.

PR reviewer

Reviews every pull request in three passes and posts one comment.

What it does

  1. Triage: the planner reads the diff and splits it by risk.
  2. Review: the reviewer goes through every file in the plan.
  3. Security pass: auth and payment paths only.
  4. Publish: the planner merges the notes into one PR comment.

Env

Copy .env.example to .env and fill in:

  • GITHUB_TOKEN: Token with repo scope, from github.com/settings/tokens
  • REVIEW_DEPTH: quick, standard, or deep

Run

claude  # then: /review-pr 123

zom clone asks which agent tool you use and places the files for it.