Home / spxrogers / agentsync · .agents/skills/review-loop/SKILL.md · GitHub

review-loop skillA

review-loop is agent-read markdown (skill) from spxrogers/agentsync: 'Multi-round adversarial code review loop — four specialized agents (correctness,.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Review loop

A four-lens adversarial review pattern, iterated until the team converges or a
budgeted number of rounds elapses. Use it when the user wants the bar set
high on both **correctness** and **polish** — substantive PRs where a single
review pass would miss the second-order issues four lenses catch
independently.

Loop logic:

```
for round in 1..N:                          # N defaults to 5
  launch 4 READ-ONLY agents IN PARALLEL: correctness, adversarial, api-design, test-rigor
  wait for all 4 to report                  # they report; they never edit
  synthesize findings (convergent vs single-reviewer; rank by severity)
  if every reviewer says "CLEAN — ship it":
    stop                                    # full convergence
  if every finding this round is NIT severity (no BLOCKER/ISSUE anywhere):
    ask the user: stop here, or spend one more round?   # see Step 5
  if severity has trended down for 2 rounds straight and neither stop
     condition above has fired: ask the user ONCE — stop, or continue to budget?
  audit each finding yourself               # reviewers are wrong sometimes
  fix every accepted finding                # MAIN SESSION ONLY — see below
…

Read the whole file at its exact version.

How to install

Latest version
mdr add spxrogers/agentsync/review-loop@git:20260801.904b948
Exact content
mdr add spxrogers/agentsync/review-loop@sha256:6fe35b10ad168966

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_clhi3qmqfk2amhhb.svg)](https://markdownregistry.com/a/art_clhi3qmqfk2amhhb)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260801.904b948 latest2026-08-01 904b948 25,422 BA view · diff
git:20260730.e837d972026-07-30 e837d97 21,745 BA view · diff
git:20260605.d3c4f1b2026-06-05 d3c4f1b 13,851 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (25422 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

spxrogers/agentsync · 14 stars · license MIT · pushed 2026-09-19 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_clhi3qmqfk2amhhb
GET https://markdownregistry.com/api/v1/resolve?ref=spxrogers/agentsync/review-loop
GET https://markdownregistry.com/api/v1/blob/6fe35b10ad16896614099498fe910f8c4c4895adf232420309bcf6faf96cc628

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from spxrogers/agentsync

AGENTS.md@.agentsync/memory agents
spxrogers/agentsync · .agentsync/memory/AGENTS.md
git:20260919.68d897a · audit A · 14 stars
review-loop skill
spxrogers/agentsync · .agentsync/skills/review-loop/SKILL.md · 'Multi-round adversarial code review loop — four specialized agents (correctness,
git:20260801.904b948 · audit A · 14 stars
review-loop skill
spxrogers/agentsync · .claude/skills/review-loop/SKILL.md · 'Multi-round adversarial code review loop — four specialized agents (correctness,
git:20260801.904b948 · audit A · 14 stars
AGENTS.md agents
spxrogers/agentsync · AGENTS.md
git:20260919.68d897a · audit A · 14 stars
CLAUDE.md claude
spxrogers/agentsync · CLAUDE.md
git:20260919.68d897a · audit A · 14 stars
llms.txt@website/public llmstxt
spxrogers/agentsync · website/public/llms.txt
git:20260728.c6ad04e · audit A · 14 stars

Every file in spxrogers/agentsync

Other files named review-loop

review-loop skill
aiskillstore/marketplace · skills/2dmurali/review-loop/SKILL.md · Iterative worker-reviewer cycle that spawns a critic subagent to score work 1-10 and provide actionable feedback, then…
git:20260807.8870cf5 · audit A · 427 stars
review-loop skill
jongwony/epistemic-protocols · epistemic-cooperative/skills/review-loop/SKILL.md · Convergence-paced review-resolve loop over a change and its governing surfaces. Verifies each finding against the…
git:20260922.7d39491 · audit A · 163 stars
review-loop skill
parcha-ai/parcha-skills · review-loop/skills/review-loop/SKILL.md · Drive every reviewer thread on a GitHub pull request to zero unresolved in bounded iterations. Covers bot reviewers…
git:20260915.b0f7211 · audit A · 61 stars
review-loop skill
stone16/harness-engineering-skills · plugins/harness-engineering-skills/skills/review-loop/SKILL.md · Run a bounded cross-model peer review and fix loop, or report findings in read-only mode.
v1.4.0 · audit A · 32 stars
review-loop skill
binarybourbon/fountain · .agents/skills/review-loop/SKILL.md · Work on PRs managed by Review Loop. Inspect status, coordinate fixes, and handle decisions, retries or cancellation…
git:20260914.74ad641 · audit A · 16 stars
review-loop skill
managoat/fountain · .agents/skills/review-loop/SKILL.md · Work on PRs managed by Review Loop. Inspect status, coordinate fixes, and handle decisions, retries or cancellation…
git:20260914.74ad641 · audit A · 16 stars
review-loop skill
spxrogers/agentsync · .claude/skills/review-loop/SKILL.md · 'Multi-round adversarial code review loop — four specialized agents (correctness,
git:20260801.904b948 · audit A · 14 stars
review-loop skill
spxrogers/agentsync · .agentsync/skills/review-loop/SKILL.md · 'Multi-round adversarial code review loop — four specialized agents (correctness,
git:20260801.904b948 · audit A · 14 stars

Browse by kind, by grade A, or by owner.