に読まれる → コード変更のたび自動でチェックが走る .claude/rules/testing-skill-reference.md : # Test Verification Rule on Implementation Changes When implementation code or proto definitions are modified, perform: 1. Check if corresponding test code exists (*Spec.scala) 2. If tests exist: Determine if test updates are needed 3. If no tests exist: Ask whether tests should be added 4. Run affected tests 11
name: feature-testing description: After feature implementation, determine testing strategy (browser integration test or CI-only) and report results to the issue --- # Feature Testing Flow 1. Determine testing strategy 2. Prepare test plan 3. Execute tests 4. Report test results 13
tests are incomplete or have not been executed. Only report facts that were actually verified. 意訳: テストが未完了・未実行の場合は、絶対に結果を Issue に報告しない 実際に確認した事実だけを報告する AI に嘘をつかせないようにして Skill に組み込んでます 14