Retrieve PR review comments and convert them into tasks. Use when review responses or checking PR comments are required.
現在のブランチに紐づく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 '.[]'
以下の条件でアクション可能な項目を抽出:
以下は除外:
各タスクは以下の形式で作成:
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer