원클릭으로
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).