Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/shiftleft-qa:analyze-prThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
PR を読んで、次の handoff 設計に必要な事実をまとめる。
PR を読んで、次の handoff 設計に必要な事実をまとめる。
この skill は、内部的に PR 取得・変更分析・テスト対応付け・リスク評価を順に実行し、結果を統合する。
PR -> test understanding -> manual test design -> QA issue handoff が主フロー。AskUserQuestion で確認する。--repository-root <path> を必ず付ける。--repository-root <path> を付ける。bun run dev analyze-pr --pr <number> を実行する。
config.json と local DB がなければ自動初期化する。{ assessment, phase: "pre-allocation", note } の形式で、allocation 前の暫定評価であることが明示されている。AskUserQuestion で不足文脈を確認する。AskUserQuestion で design-handoff に進んでよいか確認する。CLI:
# 対象 repository の root で実行する場合
bun run dev analyze-pr --pr <number>
# plugin ディレクトリなど別 cwd から実行する場合
bun run dev analyze-pr --pr <number> --repository-root /path/to/target-repo
例:
この場合だけ AskUserQuestion を使う。質問は、その skill の判断に必要な不足文脈だけに絞る。
AskUserQuestion で design-handoff に進んでよいかを明示的に確認する。例:
design-handoff に進めてよいですか。」design-handoff が内部 ID や step 順序を意識せずに進められる形に要約されている。AskUserQuestion でユーザー確認が取れている。design-handoffProvides a checklist for code reviews covering functionality, security, performance, maintainability, tests, and quality. Use for pull requests, audits, team standards, and developer training.
npx claudepluginhub hasesho05/shiftleft-qa --plugin shiftleft-qa