Agent Gallery
Small, advisory AI review agents the community has shared. Each agent is a short prompt plus an allowlist of the PR context it may read — nothing more. Install one straight into PR Flow, or read its full prompt first.
8 agents
Conflict Triage
Runs when a PR starts conflicting and writes a short note on where the conflict most likely sits, who else has been touching those files, and what to resolve first. Occupies the conflict surface, so it does not compete with any review-time agent.
Accessibility Reviewer
Reviews frontend changes against WCAG 2.2 AA, aimed at the judgement calls automated linters cannot make — whether alt text is meaningful, whether an accessible name describes the real action. Runs when a reviewer opens the diff. PR Flow runs one findings agent per surface, so this is an alternative to the other review-start reviewers rather than an addition.
Architecture Reviewer
Reviews the structural shape of a change — coupling, cohesion, layering, and speculative generality — and says plainly when a change has no architectural content. Runs when a reviewer opens the diff and returns a written note. Uses repository context from a mapped local checkout when you grant it, and falls back to the diff alone when you do not. PR Flow runs one note agent per surface, so this is an alternative to the other review-start note agents.
Code Reviewer
Reviews code for readability, maintainability, and clean code practices, labelling each note nit / suggestion / issue so the author knows what is optional. Runs when a reviewer opens the diff. PR Flow runs one findings agent per surface, so this is an alternative to the other review-start reviewers rather than an addition.
Documentation Reviewer
Writes a short checklist of the documentation this change obliges — what became public, which docs it contradicts, whether it warrants a release note. Emits a note rather than line findings, because a missing document has no line to point at. Runs when a reviewer opens the diff. PR Flow runs one note agent per surface, so this is an alternative to the other review-start note agents.
Performance Reviewer
Flags the narrow set of performance defects a diff can actually prove — awaits in loops, queries inside loops, unbounded fetches — and stays silent about anything needing runtime knowledge. It catches diff-local patterns, not performance regressions. Runs when a reviewer opens the diff. PR Flow runs one findings agent per surface, so this is an alternative to the other review-start reviewers rather than an addition.
Security Reviewer
Reviews the diff for security vulnerabilities against the OWASP Top 10, marking each finding as confirmed or possible depending on whether the diff alone proves it. Runs when a reviewer opens the diff. Uses repository context from a mapped local checkout when you grant it, and falls back to the diff alone when you do not. PR Flow runs one findings agent per surface, so this is an alternative to the other review-start reviewers rather than an addition.
Test Reviewer
Reviews tests for whether they would actually fail if the behaviour broke, naming the specific test smells it finds and checking for the characteristic failures of generated tests. Runs when a reviewer opens the diff. Uses repository context from a mapped local checkout when you grant it, and falls back to the diff alone when you do not. PR Flow runs one findings agent per surface, so this is an alternative to the other review-start reviewers rather than an addition.
Want the whole store inside the app?
PR Flow ships a built-in Community Store — browse, preview, and install agents without leaving your review. You can also author your own and share them here — the catalog is an open, community-run repo on GitHub.