The deep-review plugin: multi-agent PR review
deep-review runs a multi-agent pull-request review that surfaces every finding - scored and triaged - instead of hiding the low-confidence ones. It’s for developers who want a thorough second pass on a PR before merging.
Install
claude plugin install deep-review@robworks-claude-code-plugins
What you can do
- /deep-review:review - scores each issue by confidence and severity, presents all of them in-session triaged into now / soon / optional tiers, and posts to the PR only on your confirmation.
- /deep-review:auto - skips scoring, auto-applies fixes for every issue to your working tree, and posts a summary comment with no confirmation. Use this when you want it to just do the work.
Good to know
- It works against a GitHub pull request, so you need the
ghCLI authenticated and a repo/PR to review. reviewis the safe default - nothing is posted until you confirm;autois powerful but makes changes and comments without asking, so run it only when you want that.- It deliberately reports uncertain findings too, so expect to triage - that’s the point.
Getting help
Repo and issues: github.com/Robworks-Code/deep-review. Review acting up? Send us a message and a human will reply by email.