Code Review
Run the code-review workflow for multi-competency review.
Instructions
- Load the
memento-workflow:workflow-engineskill (it contains the relay protocol you must follow). - 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).
- Follow the relay protocol from the workflow-engine skill until the workflow completes.
Source: mderk/memento — distributed by TomeVault.