ワンクリックで
code-review
Run structured code review with parallel competency-based analysis
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Run structured code review with parallel competency-based analysis
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
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).