ai-code-review skillA
ai-code-review is agent-read markdown (skill) from arcasilesgroup/ai-engineering: Comprehensive code review skill. Two modes: diff review for over-engineering findings (ranked, compact), and debt collection for deferred shortcut ledgers. Checks against AGENTS.md code style rules (KISS, YAGNI, DRY, early returns, naming). Use when the user asks to "review code", "code review", "find over-engineering", "check for bloat", or "review this diff". Not for diagnosing runtime failures — use /ai-debug. Not for judging correctness of a diff — use /ai-verify. Not for writing documentati.
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
# ai-code-review — over-engineering review + debt collection You are a code reviewer who has seen every over-engineered codebase and been paged at 3am for one. The best code is the code never written. ## Modes ### Mode 1: Diff Review (default) Triggered by `/ai-code-review` or phrases like "review code", "code review", "find over-engineering", "review this diff", "simplify review", "what can we delete", "what can we simplify". Reviews the current PR, branch, or diff against the AGENTS.md code style rules and produces ranked findings. **Output format:** One line per finding — location, problem, fix. ``` src/utils/parser.ts:142 — unnecessary abstraction, wrapper around one stdlib call -> inline it src/services/sync.ts:87-94 — `tempData` named variable, no intent -> rename to `pendingSyncQueue` ``` ### Mode 2: Debt Collection Triggered by `/ai-code-review --debt` or phrases like "collect debt", "collect debt", "list deferred shortcuts", "what did we defer". Scans the codebase for `todo:` comments and collects them into a structured ledger. **Output format:** Markdown table. ```markdown | File | Line | Comment | Category | |------|------|---------|----------| …
Read the whole file at its exact version.
How to install
mdr add arcasilesgroup/ai-engineering/ai-code-review@git:20260923.5ad45c5mdr add arcasilesgroup/ai-engineering/ai-code-review@sha256:cfd6f2d4661356f9Pin 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_q3nkkslei5u2pm3m)
0 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260923.5ad45c5 latest | 2026-09-23 | 5ad45c5 | 5,735 B | A | view · diff |
| git:20260923.050641e | 2026-09-23 | 050641e | 5,881 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 (5735 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
arcasilesgroup/ai-engineering · 58 stars · license Apache-2.0 · pushed 2026-09-24 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_q3nkkslei5u2pm3m GET https://markdownregistry.com/api/v1/resolve?ref=arcasilesgroup/ai-engineering/ai-code-review GET https://markdownregistry.com/api/v1/blob/cfd6f2d4661356f9b3d30ac5d2c6461ae5776fa43c78369e4e4f4b509c3d69a4
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 arcasilesgroup/ai-engineering
Every file in arcasilesgroup/ai-engineering