# Daddia Skills Code Review

> Code review

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

---


# Code review

Review a branch, PR, or diff; or address findings from a prior review.

## Sub-agents

For large diffs or pre-PR review, spawn in parallel (Claude Code agents or Cursor Task):

| Agent | File | Focus |
| ----- | ---- | ----- |
| tasks-ac-reviewer | [agents/tasks-ac-reviewer.md](agents/tasks-ac-reviewer.md) | Gherkin in `docs/work/{epic}/tasks.md` vs diff |
| design-drift-reviewer | [agents/design-drift-reviewer.md](agents/design-drift-reviewer.md) | Scope vs `docs/work/{epic}/design.md` |

Merge agent outputs into one verdict. Default review scope: `git diff` unless the user specifies files.

## Conventions

[../backlog/references/delivery-conventions.md](../backlog/references/delivery-conventions.md)

## Router

1. Mode: default **review**, or `fix`.
2. One prompt under [prompts/](prompts/).

**review** (default) — [prompts/run.prompt.md](prompts/run.prompt.md).

**fix** — [prompts/fix.prompt.md](prompts/fix.prompt.md).

Pass branch, PR, diff, or review output after the mode token.

---
> Source: [daddia/skills](https://github.com/daddia/skills) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-06-16 -->

