en un clic
rdm-review
Review implementation of an rdm phase or task
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Review implementation of an rdm phase or task
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
Generate user documentation from a completed rdm roadmap
Implement the next phase of an rdm roadmap
Create an rdm roadmap with phases for a topic
Work on rdm tasks
| name | rdm-review |
| description | Review implementation of an rdm phase or task |
| allowed-tools | ["Read","Glob","Grep","Agent","mcp__rdm__rdm_phase_show","mcp__rdm__rdm_task_show","mcp__rdm__rdm_task_create"] |
Review the implementation of an rdm phase or task. $ARGUMENTS should be <roadmap-slug> <phase-number> for a phase, or --task <task-slug> for a task.
Parse arguments: determine whether this is a phase review or task review from $ARGUMENTS.
--task, the next argument is a task slug.Read the acceptance criteria:
rdm_phase_show with project: "<PROJECT>", roadmap: "<slug>", phase: "<phase-number>"rdm_task_show with project: "<PROJECT>", task: "<slug>"
Extract the acceptance criteria, steps, and any other requirements from the body.Identify the implementation diff: use git log --oneline -20 and git diff to understand what was recently changed. Identify the commits and files relevant to this phase or task.
Dispatch parallel review agents using the Agent tool. Launch at least two agents concurrently:
Agent 1 — AC Compliance Reviewer:
Agent 2 — Code Quality Reviewer:
Collect and consolidate results from both agents into a single report:
Present the report to the user in a clear, structured format.
Offer to create rdm tasks for any actionable issues found:
Use rdm_task_create with project: "<PROJECT>", slug: "<slug>", title: "Review finding: description", body: "Details."