Code Review

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

tomevault-io Updated

File contents

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).

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

Source: mderk/memento — distributed by TomeVault.

tomevault-io/skills-registry/tree/main/mderk--memento--code-review commit a41c9b71d3

Frequently asked questions

npx skillmds@latest add tomevault-io/code-review-20