com um clique
rdm-review
Review implementation of an rdm phase or task
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Review implementation of an rdm phase or task
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional 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
Run fantasy baseball projection commands — predict, evaluate, compare systems, look up player projections/valuations, manage cached datasets, evaluate keeper league trades and optimization, run draft boards and mock drafts, and use Yahoo Fantasy integration for rosters, draft tracking, and keeper cost derivation. Use this when the user asks to run projections, compare systems, evaluate accuracy, look up a player, check valuations, manage/rebuild cached datasets, evaluate keeper league decisions/trades/optimization, view draft boards, run mock drafts, sync Yahoo league data, or manage Yahoo-derived keeper costs.
Run an autonomous feature-engineering experiment loop on the breakout-bust classification model. Tests candidate features against P(breakout) and P(bust) probability targets using marginal-value with auto-logging. Use when the user asks to "experiment on breakout-bust", "improve breakout-bust", or "explore features for breakout".
| name | rdm-review |
| description | Review implementation of an rdm phase or task |
| allowed-tools | ["Read","Bash","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.
Read docs/principles.md before starting. It contains project conventions that should guide your work.
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:
mcp__rdm__rdm_phase_show tool with project: "fbm", roadmap: <slug>, and phase: <number>.mcp__rdm__rdm_task_show tool with project: "fbm" and 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 using the mcp__rdm__rdm_task_create tool with project: "fbm", a descriptive slug, title, and body.