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
mdr add spxrogers/agentsync/review-loop@git:20260801.904b948mdr add spxrogers/agentsync/review-loop@sha256:307eda92a044b890Pin 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.
[](https://markdownregistry.com/a/art_wkmna3sgqgy4kgso)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260801.904b948 latest | 2026-08-01 | 904b948 | 25,422 B | A | view · diff |
| git:20260730.e837d97 | 2026-07-30 | e837d97 | 21,745 B | A | view · diff |
| git:20260605.d3c4f1b | 2026-06-05 | d3c4f1b | 13,851 B | A | view |
Audit of the latest version
- 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
spxrogers/agentsync · 14 stars · license MIT · pushed 2026-09-19 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_wkmna3sgqgy4kgso GET https://markdownregistry.com/api/v1/resolve?ref=spxrogers/agentsync/review-loop GET https://markdownregistry.com/api/v1/blob/307eda92a044b89080b0ea6932c5b5e913cd3a055fb3ce65db533ebb72fc8690
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
Every file in spxrogers/agentsync