codex/profiles/xsv-linux-1/skills/respond-pr/SKILL.md
PR のレビューコメントに対して、妥当性判断・修正・返信・resolveReviewThread まで完走させる。Claude command /respond-pr 相当を Codex CLI で実行する。
npx skillsauth add seika139/dotfiles respond-prInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
この skill は Claude command /respond-pr から変換した Codex 用 command skill です。
Codex CLI では /respond-pr ではなく、$respond-pr または /skills からこの skill を呼び出してください。
引数は $respond-pr の後ろに自然文として続けます。
$respond-pr <arguments>
元 prompt 内の $ARGUMENTS や slash command 表記は、$respond-pr の後ろに書かれた引数として解釈してください。
Claude 専用の allowed-tools メタデータや ! command interpolation は Codex では自動適用されないため、必要な情報は通常の shell command で確認してください。
Pull Request のレビュースレッドを順番に捌き、返信コメント投稿 + resolveReviewThread GraphQL mutation まで完走させるコマンド。
このコマンドは ~/.codex/skills/respond-to-pr-reviews/ スキルのエントリーポイント。必ずスキルの SKILL.md を最初に読み、その手順に従う。ここで手順を重複記載しない(スキル本体の更新が常に真実)。
42 / https://github.com/org/repo/pull/42gh pr view --json number --jq '.number' でカレントブランチの PR を取得SKILL.md のエッセンス)reviewThreads GraphQL で未 resolve を取得する(gh pr view --comments では isResolved が取れない)npm view などで現行版を独立検証してから判断するreply_to_thread.sh) ← 忘れやすいresolveReviewThread(resolve_thread.sh) ← 忘れやすいスキルに 3 つのラッパーあり:
~/.codex/skills/respond-to-pr-reviews/scripts/list_unresolved_threads.sh <pr> [repo]~/.codex/skills/respond-to-pr-reviews/scripts/reply_to_thread.sh <pr> <comment-db-id> <body> [repo]~/.codex/skills/respond-to-pr-reviews/scripts/resolve_thread.sh <thread-node-id>ARGUMENT から PR 番号を決定(省略時はカレントブランチから)SKILL.md を Read で読み込む注意: このコマンドは skill へのエントリであり、実際の判断は skill の本体に委ねる。skill を改善したら自動的にコマンドの挙動も追従する。
tools
git worktree で隔離された作業環境を作成する。Claude command /worktree 相当を Codex CLI で実行する。
tools
AI ペルソナで Playwright MCP 経由の UX レビューを実施する。Claude command /ux-review 相当を Codex CLI で実行する。
tools
汎用的なフォントを避け、デザイン性の高いタイポグラフィを選択してフロントエンドの質を向上させるスキル。UI制作やLP作成時に使用します。
tools
Issue を作成(または既存 Issue を指定)し、実装して PR を作成する。Claude command /solve-issue 相当を Codex CLI で実行する。