Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始めるrdm-tasks
スター0
フォーク0
更新日2026年4月27日 18:44
Work on rdm tasks
インストール
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SKILL.md
readonlyメニュー
Work on rdm tasks
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Generate user documentation from a completed rdm roadmap
Implement the next phase of an rdm roadmap
Review implementation of an rdm phase or task
Create an rdm roadmap with phases for a topic
| name | rdm-tasks |
| description | Work on rdm tasks |
| allowed-tools | ["Read","Bash","Glob","Grep","Write","Edit","EnterPlanMode","ExitPlanMode"] |
Work on rdm tasks. $ARGUMENTS is an optional task slug.
rdm task list --project graphql-server to see open and in-progress tasks.$ARGUMENTS, run rdm task show <slug> --project graphql-server. Otherwise, present the task list and ask the user which task to work on.rdm task update <slug> --status in-progress --no-edit --project graphql-serverEnterPlanMode tool to switch into planning mode.ExitPlanMode tool to switch back to execution mode.Done: task/<slug> line in the commit message — the post-merge hook will mark the task done and record the commit SHA.
Use the exact task slug from the rdm commands you ran earlier — do NOT invent or paraphrase it.
If the task is also part of a roadmap phase, include a Done: <roadmap-slug>/<phase-stem> line as well (using exact slugs/stems from rdm).