All templates

Engineering

Pull request reviewer

Reviews every pull request against your conventions, leaves inline comments, and posts a weekly digest of review load and CI health.

The prompt

This is the whole configuration

Paste it into a workflow and edit it in plain English. There is nothing else to wire up.

The prompt
When a pull request is opened or updated against main, read the full diff. Read CONTRIBUTING.md and the last twenty merged pull request reviews so you know what this team actually cares about. Check out the code and run the linter and the type checker. Leave a review with inline comments only where you found something concrete: an unhandled error path, a duplicated helper, a missing test for a new branch, a migration that is not backward compatible. Skip style nits the formatter already handles. If the change looks good, approve it with a one-line summary. Post a link to your review in #eng and tag the author.

Trigger

What starts this agent

github · pull_request.opened

Runs when the event fires in the connected service. Filter on the fields that matter so only the runs you want wake the agent.

Integrations required

Authorize each service once. Helios stores the credential envelope-encrypted and attaches it server-side on every run.

Example output

What you get back

Every run leaves a readable record: the steps the agent took and the result it produced.

Review posted on PR #2841

  • Flagged an unhandled error path in `sync.ts:142`
  • Suggested reusing `parseCursor` instead of a second parser
  • Confirmed the migration is backward compatible

New to Helios? Start with Run your first agent.

Run Pull request reviewer on your stack.

Connect the integrations, paste the prompt, attach the trigger. The agent takes it from there.