Every pull request reviewed before your team wakes up
Agents analyze diffs for bugs, style issues, performance problems, and security concerns — then leave inline comments, suggest fixes, and approve or request changes. Consistent, thorough code review that never gets backlogged.
What you get
Every line reviewed for bugs, logic errors, and edge cases — no PR too large, no change too small.
Consistent code quality checked against your project's rules — naming conventions, formatting, architecture patterns.
Exposed secrets, SQL injection, XSS vulnerabilities, and input validation gaps — caught before they reach production.
N+1 queries, memory leaks, unnecessary re-renders, and inefficient algorithms — flagged with context and alternatives.
Not just "this is wrong" — actual code suggestions with explanations that your team can apply in one click.
Trigger it on every PR or run it on a schedule. The agent reviews the diff, checks your coding standards, scans for security issues, and posts inline comments — all before your first coffee.
> Analyzing code changes across all modified files
> Checking style compliance against coding-best-practices
> Verifying no security concerns
Review summary
> Generated 3 inline comments
> Approving PR with comments
> Posting review summary to #engineering on Slack
✓ PR #247 reviewed and approved with comments
✓ 3 inline comments posted
✓ Summary posted to #engineering on Slack
For CRHQ clients
Enable the required skills
Make sure these skills are active on your satellite:
Tell the agent which PR to review
Example prompt:
Automate for every PR (optional)
Use the schedule skill to trigger the agent on every new PR automatically. Reviews happen within minutes of opening, so your team gets feedback before they context-switch to something else.
Get more out of this workflow
Pair with coding-best-practices for project-specific standards
Define your project's coding standards, naming conventions, and architecture patterns in the coding-best-practices skill. The agent will enforce these rules on every review — ensuring consistency across your entire codebase, not just general best practices.
coding-best-practicesCombine with bug triage for a full CI/CD quality pipeline
Wire code review together with Sentry integration to create an end-to-end quality pipeline. PRs get reviewed before merge, and any issues that slip through are caught, triaged, and linked back to the responsible commit automatically.
sentryUse project documents to maintain a code review checklist
Store a living checklist of common issues, past review patterns, and team-specific rules in project documents. The agent references this checklist on every review, learning from your team's historical feedback to get smarter over time.
manage-project-documentsDelegate large PRs to multiple reviewers in parallel
For massive PRs with dozens of files, use the delegation skill to spin up sub-agents that review different sections of the diff simultaneously. One agent handles the backend changes, another reviews the frontend, and a lead agent compiles all findings into a single cohesive review.