# Code Review

> Review a diff on Standards and Spec axes.

- Skill: `darknesskiller/code-review` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add darknesskiller/code-review`
- Raw SKILL.md: https://api.skillmd.com/api/skills/darknesskiller/code-review/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: darknesskiller (https://skillmd.com/u/darknesskiller)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/darknesskiller/code-review

---


# Code Review

## Steps

1. **Pin fixed point.** Use supplied ref. Otherwise upstream then merge-base with default. Confirm `git rev-parse` works, `git diff` non-empty.

2. **Find spec.** Check issue refs in commits/branch names, then paths, `docs/`, `specs/`, PR descriptions. No spec: "no spec available".

3. **Find standards.** Read `AGENTS.md`, `CLAUDE.md`, `CONTEXT.md`, relevant skills. Apply repo standards first.

4. **Run review.** Review Standards, then Spec. One axis must not rerank the other.

5. **Report.** `## Standards` and `## Spec` headings. file:line evidence and fixes. Counts per axis. Worst issue per axis.

## Output

If access is blocked, say so under these headings: `Comparison point`, `Files`, `Counts`, and `Worst issue`.

Completion: report has both headings, file:line evidence, fixes, counts, worst issue.

