review-code is agent-read markdown (skill) from phelan164/codex-howto: Review code changes for correctness defects, regressions, security risks, data-integrity problems, concurrency hazards, and missing meaningful tests. Use for pull requests, branches, commits, patches, or working-tree reviews; do not use for implementation unless the user separately requests fixes..
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 Code
## Workflow
1. Establish the review target and comparison base.
2. Inspect the diff, then trace changed behavior through callers, contracts,
persistence, side effects, and tests.
3. Inspect the target, isolation, fixtures, and side effects before running a
narrow check that materially confirms a suspected issue.
4. Rank findings by impact and confidence; remove duplicates and speculation.
5. Return findings first, followed by open questions and a short summary.
Use correctness as the default lens. For large, risky, or requirement-heavy
changes, add the standards and specification lenses in
[references/review-lenses.md](references/review-lenses.md). Keep each finding
tied to its source; documented rules and acceptance criteria outrank personal
preference.
## Finding standard
Each finding must include:
- severity;
- precise file and line or symbol;
- the failing scenario or invariant;
- user or system impact;
- evidence or a reproduction path;
- a concise fix direction when clear.
Do not report style preferences, theoretical risks without a reachable path, or issues outside the change unless the diff materially exposes them.
## Review boundaries
…
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.
GET https://markdownregistry.com/api/v1/artifacts/art_bl6upgmbcb5sphrv
GET https://markdownregistry.com/api/v1/resolve?ref=phelan164/codex-howto/review-code
GET https://markdownregistry.com/api/v1/blob/55c15fab4eb077ac78b6d1b6ee88b80f018f397896995851cde3b58ad570313d
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.
phelan164/codex-howto · examples/plugin-marketplace/plugins/engineering-review/skills/evidence-review/SKILL.md · Review a small code or documentation change and return only evidence-backed correctness findings. Use in the Codex How…
phelan164/codex-howto · examples/skills/choose-engineering-flow/SKILL.md · Select the smallest useful Codex engineering workflow from this repository's existing skills. Use when a task spans…
phelan164/codex-howto · skills/engineering-loop/SKILL.md · Drive an authorized repository change through a verified local loop: baseline, reproduce, implement, test, review, and…
phelan164/codex-howto · skills/maintain-codex-wiki/SKILL.md · Maintain a review-first Markdown knowledge base for Codex practices with source provenance, engineering capture…
aiskillstore/marketplace · skills/0xmsc/review-code/SKILL.md · Provides a structured workflow for planning and executing code reviews like a senior engineer. Use when asked to review…
tobihagemann/turbo · codex/skills/review-code/SKILL.md · Review code for bugs, security vulnerabilities, API misuse, consistency issues, simplicity problems, or test coverage…
tobihagemann/turbo · claude/skills/review-code/SKILL.md · Review code for bugs, security vulnerabilities, API misuse, consistency issues, simplicity problems, or test coverage…
blackbelttechnology/pi-agent-dashboard · packages/eng-disciplines/.pi/skills/review-code/SKILL.md · Review a code change well — engine-agnostic critical review discipline for an inline dev loop. Defines what to look for…
doodledood/manifest-dev · claude-plugins/manifest-dev/skills/review-code/SKILL.md · Review a change along one specific quality dimension — bugs, design, simplicity, maintainability, testability, test…