Home / phelan164 / codex-howto · skills/review-code/SKILL.md · GitHub

review-code skillA

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
…

Read the whole file at its exact version.

How to install

Latest version
mdr add phelan164/codex-howto/review-code@git:20260731.42e092c
Exact content
mdr add phelan164/codex-howto/review-code@sha256:55c15fab4eb077ac

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_bl6upgmbcb5sphrv.svg)](https://markdownregistry.com/a/art_bl6upgmbcb5sphrv)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260731.42e092c latest2026-07-31 42e092c 2,349 BA view · diff
git:20260731.5c82f312026-07-31 5c82f31 2,848 BA view · diff
git:20260724.a8a71482026-07-24 a8a7148 2,462 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 (2349 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

phelan164/codex-howto · 9 stars · license MIT · pushed 2026-09-21 · branch main

API

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.

More from phelan164/codex-howto

AGENTS.md agents
phelan164/codex-howto · AGENTS.md
git:20260915.dd80dad · audit A · 9 stars
AGENTS.md@examples agents
phelan164/codex-howto · examples/AGENTS.md
git:20260724.a8a7148 · audit A · 9 stars
evidence-review skill
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…
git:20260724.a8a7148 · audit A · 9 stars
choose-engineering-flow skill
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…
git:20260731.42e092c · audit A · 9 stars
AGENTS.md@labs/2048-game-benchmark agents
phelan164/codex-howto · labs/2048-game-benchmark/AGENTS.md
git:20260801.7da7a8e · audit A · 9 stars
AGENTS.md@labs/engineering-playground agents
phelan164/codex-howto · labs/engineering-playground/AGENTS.md
git:20260724.a8a7148 · audit A · 9 stars
AGENTS.md@labs/incident-response-benchmark agents
phelan164/codex-howto · labs/incident-response-benchmark/AGENTS.md
git:20260811.78209a9 · audit A · 9 stars
build-backend skill
phelan164/codex-howto · skills/build-backend/SKILL.md · Build or modify backend APIs, services, jobs, persistence, and integrations while preserving contracts, authorization…
git:20260731.42e092c · audit A · 9 stars
build-frontend skill
phelan164/codex-howto · skills/build-frontend/SKILL.md · Build or modify frontend interfaces using repository-native components while preserving accessibility, responsive…
git:20260731.42e092c · audit A · 9 stars
engineering-loop skill
phelan164/codex-howto · skills/engineering-loop/SKILL.md · Drive an authorized repository change through a verified local loop: baseline, reproduce, implement, test, review, and…
git:20260915.dd80dad · audit A · 9 stars
maintain-codex-wiki skill
phelan164/codex-howto · skills/maintain-codex-wiki/SKILL.md · Maintain a review-first Markdown knowledge base for Codex practices with source provenance, engineering capture…
git:20260731.47f36fd · audit A · 9 stars
operate-devops skill
phelan164/codex-howto · skills/operate-devops/SKILL.md · Plan and implement infrastructure, CI/CD, container, deployment, observability, and operational configuration changes…
git:20260724.a8a7148 · audit A · 9 stars

Every file in phelan164/codex-howto

Other files named review-code

review-code skill
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…
git:20260113.222b7de · audit A · 427 stars
review-code skill
tobihagemann/turbo · codex/skills/review-code/SKILL.md · Review code for bugs, security vulnerabilities, API misuse, consistency issues, simplicity problems, or test coverage…
git:20260922.bbc32c6 · audit A · 405 stars
review-code skill
tobihagemann/turbo · claude/skills/review-code/SKILL.md · Review code for bugs, security vulnerabilities, API misuse, consistency issues, simplicity problems, or test coverage…
git:20260922.bbc32c6 · audit A · 405 stars
review-code skill
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…
git:20260805.ff041ae · audit A · 299 stars
review-code skill
serpro69/claude-toolbox · kodex-plugin/skills/review-code/SKILL.md · Code review of current git changes with an expert senior-engineer lens. Detects SOLID violations, security risks, and…
git:20260605.a4fab48 · audit A · 149 stars
review-code skill
serpro69/claude-toolbox · klaude-plugin/skills/review-code/SKILL.md · Code review of current git changes with an expert senior-engineer lens. Detects SOLID violations, security risks, and…
git:20260605.d0fb1be · audit A · 149 stars
review-code skill
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…
git:20260905.7f3e60f · audit A · 73 stars
review-code skill
gtrabanco/agentic-workflow · skills/review-code/SKILL.md · Internal correctness + simplification review pass of the agentic-workflow review pack — composed in-turn by…
v1.2.0 · audit A · 21 stars

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