From doarakko-config
PRの説明文・リンク先・添付画像・GitHub Issueを元に、実装が要件を満たしているかレビューするときに使用
How this skill is triggered — by the user, by Claude, or both
Slash command
/doarakko-config:pr-compliance-reviewThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
PRに記載された内容(説明文、リンク先、添付画像、GitHub Issue)を元に、実装が要件を正しく満たしているかレビューする。
PRに記載された内容(説明文、リンク先、添付画像、GitHub Issue)を元に、実装が要件を正しく満たしているかレビューする。
gh pr view <PR番号> --json title,body,url でPRのタイトルと説明文を取得gh pr diff <PR番号> で差分を取得#<数字> や https://github.com/.../issues/<数字> 形式のIssue参照を抽出gh issue view <Issue番号> --json title,body,comments で各Issueの詳細を取得https://...)を抽出WebFetch で各リンク先の内容を取得し、要件や仕様の情報を把握する やHTMLの <img> タグ)を特定各指摘について以下を記載:
npx claudepluginhub doarakko/dotfiles --plugin doarakko-configGenerates PR review reports verifying consistency between PR descriptions, comments, conversation contexts, and code changes. Checks bugs, vulnerabilities, and implementer sanity.
Verifies PR implementation against issue specs via 3D checks: Completeness (tasks covered), Correctness (matches intent), Coherence (design reflected). Final merge checkpoint.