Review pull requests with agent teams
review-prcommandsetup L2★56
coleam00/agentic-chat-application-template ↗What it does
Run comprehensive PR review using multiple specialized review agents in parallel
Best for
Auditing code quality before merge, catching cross-cutting issues (errors, tests, types) that single reviewers miss
Inputs
- · [object Object]
- · [object Object]
Outputs
- · [object Object]
- · [object Object]
Requires
- · gh pr view
- · git diff
- · Task tool for agent dispatch
- · specialized agents: comment-analyzer, pr-test-analyzer, silent-failure-hunter, etc.
Preconditions
PR exists or branch has commits; git diff available
Failure modes
- · No PR context → skip automated PR summary
- · Agent timeout → partial review
- · Conflicting agent findings → user resolves
Trust signals
- · Parallel dispatch of independent agents
- · Aggregates findings by severity level
- · Each finding includes file:line reference