takt/builtins/ja/facets/instructions/review-requirements.md
nrslib c44477dea0 pr-review ピース追加: 5並列レビュー(arch/security/qa/testing/requirements)で PR を多角的にレビュー
gather → reviewers(並列5) → supervise → COMPLETE のフローで、PR情報とリンクIssueを収集後、
5つの専門レビュワーが並列にレビューし、supervisorが統合サマリーを出力する。
review-only と review-fix-minimal は pr-review に置き換えて削除。
2026-02-24 11:20:56 +09:00

22 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

要件充足の観点から変更をレビューしてください。
**レビュー観点:**
- 要求された各要件が実装されているか
- 暗黙の要求(当然期待される動作)が満たされているか
- 要求にない変更(スコープクリープ)が紛れていないか
- 部分実装や未実装がないか
**前回指摘の追跡(必須):**
- まず「Previous Response」から前回の open findings を抽出する
- 各 finding に `finding_id` を付け、今回の状態を `new / persists / resolved` で判定する
- `persists` と判定する場合は、未解決である根拠(ファイル/行)を必ず示す
## 判定手順
1. PR の説明・タスクから要件を1つずつ抽出する
2. 各要件について、実装されたコード(ファイル:行)を特定する
3. コードが要件を満たしていることを確認する
4. 要求にない変更がないかチェックする
5. 検出した問題ごとに、Policy のスコープ判定表と判定ルールに基づいてブロッキング/非ブロッキングを分類する
6. ブロッキング問題(`new` または `persists`が1件でもあれば REJECT と判定する