resolve-pr-comments
GitHub PRの未解決Review threadsを一括Resolveします。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
GitHub PRの未解決Review threadsを一括Resolveします。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | resolve-pr-comments |
| description | GitHub PRの未解決Review threadsを一括Resolveします。 |
| model | sonnet |
| effort | low |
| context | fork |
GitHubのプルリクエスト(PR)における未解決のレビューコメントを一括でResolveします。
以下のコマンドを実行する。カレントブランチに紐づくOpen PRの未解決Review threadsをすべて取得し、resolveReviewThread mutation でResolveする。
bash ${CLAUDE_SKILL_DIR}/scripts/resolve-pr-comments.sh
前提: カレントディレクトリが対象リポジトリで、カレントブランチにOpen PRが存在すること。PRを特定できない場合、スクリプトは Error: Could not determine PR number. を出力して終了する。
スクリプトの標準出力を確認し、次を報告する。
✓ Resolved thread: の行数)✗ Failed to resolve thread: の行)失敗したthreadがある場合は、握り潰さず件数とthread IDを明示して報告する。スクリプトはthread単位で失敗を許容して処理を継続するため、最後の All unresolved threads have been processed. が出ていても全件成功とは限らない。
Re-analyze an existing GitHub Issue using its current title and body as input, refresh the implementation plan against the latest code state, and update the Issue in place. Use this when the user provides an Issue number (numeric, `#`-prefixed, or Issue URL) and wants to regenerate the code analysis via the explore-agent subagent. For reflecting comment-driven updates instead, use update-issue. For creating a brand-new Issue from a natural-language task description, use create-issue.
Create an implementation plan and a GitHub Issue based on the task description provided as an argument. Use this when the user supplies a natural-language task description (not an issue number) and wants a new implementation-ready Issue. If the input is an existing issue number, use create-issue-from-issue-number (re-analyze) or update-issue (reflect comments) instead.
GitHub Issueの確認事項に対して、コードベースやドキュメントを徹底的に調査し、根拠に基づいた回答を提供するスキル。Issueの最後のコメントに含まれる確認事項を調査・回答し、コメントに追記する。
ライブラリの情報を確認するためのスキル。Next.js、shadcn、その他のライブラリについて、適切なMCPサーバーを使用して最新のドキュメントと使用方法を取得します。
Create or update the Pencil (`.pen`) design for a UI implementation Issue before any code is written, then open a design-only PR. Takes the Issue number as argument, extracts the design requirements from the Issue description and comments, delegates `.pen` edits to the pencil-design-updater agent, exports snapshot PNGs, pushes them on the fixed `cc-ui-design-<Issue number>` branch, and opens a PR that references the Issue with `Refs #<N>` (never a closing keyword).
Execute tasks based on GitHub Issue content