loops / 5dive-ai / loops / code-reviewer-verifier

Code Reviewer / Verifier

engineeringfeatured
Installation
$npx agenticloops install code-reviewer-verifier
Summary

Independently reviews another agent's work in a fresh context and rejects what's wrong. The maker can't grade itself.

  • Runs On task-done / PR, on any harness.
  • Uses skills: code-review, verify.
  • Runs at the frontier capability tier (smartest model); the harness picks the model.
  • Proof: task-queue verify system; live /agentic-loop demo
What it does
When a task is marked done or a PR opens, review the work in a fresh context against its goal, run the verifier, and reject (with reasons) anything wrong.
LOOP.md
---
name: code-reviewer-verifier
description: Code Reviewer / Verifier · Independently reviews another agent's work in a fresh context and rejects what's wrong. The maker can't grade itself.
event: task-done            # On task-done / PR
skills: [5dive-ai/skills/code-review, 5dive-ai/skills/verify]
tier: frontier            # frontier | standard | fast
effort: high
concurrency: skip
tags: [engineering, review, verification]
license: MIT
---

When a task is marked done or a PR opens, review the work in a fresh context against its goal, run the verifier, and reject (with reasons) anything wrong.
Installs
tracking soon
License
MIT
Trigger
⚡ On task-done / PR