review-pr skillA
review-pr is agent-read markdown (skill) from nytc69/review-loop: Comprehensive code review using specialized agents. Each agent focuses on a different quality aspect (code, errors, comments, types, tests, simplify). Runs sequentially by default or in parallel on request..
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
# Comprehensive Code Review
Run a comprehensive code review using multiple specialized agents, each focusing
on a different aspect of code quality. Agents are invoked via the Agent tool and
run with read-only access to the project (except code-simplifier which needs
write access).
**Review Aspects (optional):** "$ARGUMENTS"
---
## Step 1 — Determine Review Scope
1. Run `git diff --name-only` to identify unstaged changed files (this is the
default scope). If there are no unstaged changes, fall back to
`git diff --cached --name-only` (staged changes).
2. If no changes are found at all, tell the user and stop.
3. Parse `$ARGUMENTS` to detect:
- **Aspect selection**: one or more of `code`, `errors`, `comments`, `types`,
`tests`, `simplify`, `all`. Default: `all`.
- **Execution mode**: `parallel` keyword triggers parallel mode. Default:
sequential.
4. Run `git diff` (or `git diff --cached`) to capture the full diff content —
this is what agents will review.
Display to the user:
```
── review-pr ──────────────────────────────────────
Scope: git diff (unstaged changes)
Files: {N} changed
Aspects: {selected aspects or "all"}
Mode: {sequential | parallel}
…Read the whole file at its exact version.
How to install
mdr add nytc69/review-loop/review-pr@git:20260919.2cc1340mdr add nytc69/review-loop/review-pr@sha256:abcde5a321cd89c0Pin 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_myau3f4pawbb7efq)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260919.2cc1340 latest | 2026-09-19 | 2cc1340 | 10,498 B | A | view · diff |
| git:20260421.3f1b68f | 2026-04-21 | 3f1b68f | 10,520 B | A | view · diff |
| git:20260405.e81a9b2 | 2026-04-05 | e81a9b2 | 9,214 B | A | view · diff |
| git:20260403.0f4f223 | 2026-04-03 | 0f4f223 | 9,020 B | A | view · diff |
| git:20260403.c1ad860 | 2026-04-03 | c1ad860 | 8,721 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 (10498 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
nytc69/review-loop · 3 stars · license Apache-2.0 · pushed 2026-09-23 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_myau3f4pawbb7efq GET https://markdownregistry.com/api/v1/resolve?ref=nytc69/review-loop/review-pr GET https://markdownregistry.com/api/v1/blob/abcde5a321cd89c0b855342ab8ab88999035e01e6a54820066c893cf5a160669
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 nytc69/review-loop
Every file in nytc69/review-loop