測試
Test Coverage Review
Review test coverage quality and completeness — the "if this code breaks next month, will the tests catch it?" pass. Analyzes behavioral coverage gaps, test quality, test design issues, and missing test scenarios. Use this skill whenever the user asks to "review test coverage", "check test coverage", "are the tests good enough", "review tests", "test quality review", "what tests are missing", "check for test gaps", "is this well tested", "audit test coverage", "review my test suite", "test review", or any request specifically about test quality, test completeness, missing test scenarios, or whether tests adequately protect against regressions. Also trigger when the user asks "will these tests catch bugs", "are these tests sufficient", "test gap analysis", "what should I test", "do I need more tests", or "review the test changes in this PR". Do not trigger for general code review requests — those go to standard-review.