nrslib 6901b2a121 feat: default ピースをテスト先行開発に変更し、レポートファイル名をセマンティック命名に統一
- 全ピースのレポートファイル名から番号プレフィックスを除去(00-plan.md → plan.md 等)
- default ピースに write_tests ムーブメントと testing-review 並列レビューを追加
- プランナーに参照資料の意図判断ルールとスコープ外セクションを追加
2026-02-25 01:02:33 +09:00

614 B

Review the changes from a test quality perspective.

Review criteria:

  • Whether all test plan items are covered
  • Test quality (Given-When-Then structure, independence, reproducibility)
  • Test naming conventions
  • Completeness (unnecessary tests, missing cases)
  • Appropriateness of mocks and fixtures

Judgment Procedure

  1. Cross-reference the test plan/test scope reports in the Report Directory with the implemented tests
  2. For each detected issue, classify as blocking/non-blocking based on Policy's scope determination table and judgment rules
  3. If there is even one blocking issue, judge as REJECT