# Code Review

> Run structured code review with parallel competency-based analysis Use when this capability is needed.

- Skill: `tomevault-io/code-review-20` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/code-review-20`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/code-review-20/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/code-review-20

---


# Code Review

Run the **code-review** workflow for multi-competency review.

## Instructions

1. Load the `memento-workflow:workflow-engine` skill (it contains the relay protocol you must follow).
2. Start the workflow:

```
mcp__plugin_memento-workflow_memento-workflow__start(
  workflow="code-review",
  variables={"scope": "<branch, commit range, or empty string for uncommitted changes>"},
  cwd="<project root>"
)
```

If the user provides a branch or commit range (e.g., `main..HEAD`, `HEAD~3`), pass it as `scope`. Otherwise pass an empty string for default (uncommitted + staged changes).

3. Follow the relay protocol from the workflow-engine skill until the workflow completes.

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

