with one click
code-review
Run structured code review with parallel competency-based analysis
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Run structured code review with parallel competency-based analysis
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Generate a PRD for a feature using Memory Bank context
Generate a technical specification based on a PRD using Memory Bank context
Run Memory Bank doc gardening (maintenance / garbage collection)
"Process and implement tasks from a protocol in git worktrees (or inline on the main workdir)"
Update Memory Bank documentation after code changes or protocol completion
Defer an out-of-scope finding to the backlog. Use when a bug, tech debt, idea, or risk is discovered but not appropriate to solve now.
| name | code-review |
| description | Run structured code review with parallel competency-based analysis |
| argument-hint | ["branch or commit range"] |
| version | 1.0.0 |
Run the code-review workflow for multi-competency review.
memento-workflow:workflow-engine skill (it contains the relay protocol you must follow).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).