en un clic
review-to-tasks
PRのレビューコメントを取得してタスク化する。レビュー対応やPRのコメント確認が必要な時に使用
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
PRのレビューコメントを取得してタスク化する。レビュー対応やPRのコメント確認が必要な時に使用
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
Orchestrate a multi-model build-and-review workflow. Use when Codex receives YAML input with a builder model, optional builder session_id, fixed reviewer sessions, a shared review prompt, a reviewer verification prompt, done criteria, and a max loop count, and must run a builder, collect review findings via files, merge and deduplicate findings, resolve contradictions by resuming reviewer sessions, loop the builder until done, and return each agent's final model, session_id, and status.
Orchestrate a multi-model review-and-fix workflow using only ai-cli run and ai-cli wait. Use when Codex receives YAML input with fixed reviewer sessions, a shared review prompt, and a required fixer model/session, and must run codex-ultra, gemini-ultra, and claude-ultra reviews, enforce structured reviewer output, merge and deduplicate findings, resolve contradictions by resuming reviewer sessions, optionally run a fixer, and return each agent's final model, session, and status.
Orchestrate a multi-model review-and-fix workflow using only mcp__acm__run and mcp__acm__wait. Use when Codex receives YAML input with fixed reviewer sessions, a shared review prompt, and a required fixer model/session, and must run codex-ultra, gemini-ultra, and claude-ultra reviews, enforce structured reviewer output, merge and deduplicate findings, resolve contradictions by resuming reviewer sessions, optionally run a fixer, and return each agent's final model, session, and status.
Orchestrate a 3-model parallel review workflow using mcp__acm__run and mcp__acm__wait. Runs codex-ultra, gemini-ultra, and claude-ultra reviews in parallel, enforces structured output, merges and deduplicates findings, resolves contradictions, and returns a final merged review report. No fixer agent is involved.
Run the coding taskforce buddy workflow: implement with codex-ultra, run unit tests with gpt-5.1-codex-mini, triage results, and iterate fixes using the same session_id. Use when asked to follow taskforce_coding_buddy.md or to orchestrate this multi-step coding workflow.
Run the taskforce coding team workflow: execute the taskforce-coding-buddy skill with codex-ultra, execute the taskforce-review-report skill with gemini-ultra, and loop based on the report STATUS. Use when asked to follow taskforce_coding_team.md or to orchestrate this coding+review loop.
| name | review-to-tasks |
| description | PRのレビューコメントを取得してタスク化する。レビュー対応やPRのコメント確認が必要な時に使用 |
| allowed-tools | Bash(gh *), TodoWrite(*) |
| user-invocable | true |
現在のブランチに紐づくPRのレビューコメントとインラインコメントを全て取得し、アクション可能な項目をTodoリストとして整理する。
gh pr view --json number -q .number
# PR基本情報とレビュー
gh pr view --json number,title,body,reviews
# 会話コメント(PRのタイムラインコメント)
gh api repos/:owner/:repo/issues/{PR_NUM}/comments --jq '.[]'
# インラインコメント(コードレビューコメント)
gh api repos/:owner/:repo/pulls/{PR_NUM}/comments --jq '.[]'
以下の条件でアクション可能な項目を抽出:
以下は除外:
各タスクは以下の形式で作成: