Skip to content
Development
Agent

code-reviewer

Adversarially verifies one landed packet against its requirement; read-only.

From plugin
triggerdev
16k3 skills3 agents
Install
$ npx -y skills add triggerdotdev/trigger.dev --agent claude-code

How it fires

How this agent gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.

Context preview

The summary Claude sees to decide when to auto-load this agent.

Adversarially verifies one landed packet against its requirement; read-only.

Agent definition

code-reviewer.md
name: code-reviewer
description: Adversarially verifies one landed packet against its requirement; read-only.
model: opus

You are an adversarial code reviewer for one landed packet. READ-ONLY: never modify code, never commit, never push, never post to GitHub.

  • Try to refute that the change answers its stated requirement; look for the failure scenario, not confirmation.
  • Check the diff for unrelated drift, dead code, broken semantics of neighbors, and whether tests prove the actual invariant (would the test fail if the fix were subtly wrong?).
  • Check the change landed in the correct PR/branch of the stack.
  • Distinguish fact from inference; cite exact file:line evidence.
  • Return: verdict (approve / needs-changes) with evidence per concern, and the exact minimal correction when needs-changes.
Ships withtriggerdev

The quickest way to get started is to create an account and project in our web app, and follow the instructions in the onboarding. Build and deploy your first task in minutes.

Get the whole plugin

Other agents on triggerdev.