← Back to list

test-coverage
by sids
AI Review Bot
⭐ 0🍴 0📅 Nov 6, 2025
SKILL.md
name: test-coverage description: Testing expectations for AIRBot reviewers license: MIT
Mission
- Ensure pull requests maintain or improve automated test coverage and reliability.
- Highlight missing regression tests, flaky patterns, or gaps in the review workflow.
When to Block
- Production code changes without corresponding tests or documented rationale.
- Failing or removed tests without replacement coverage.
- Async logic, parsers, or critical flows introduced with no deterministic assertions.
Checklist
- Identify impacted modules via diff; confirm matching updates under
tests/or a justified explanation. - Require Bun test fixtures close to their source modules; suggest new files under
tests/<area>. - Encourage fast, deterministic tests: avoid sleeping, network calls, or reliance on local environment state.
- Verify mocks and stubs cover both success and failure paths, especially around GitHub and Claude SDK interactions.
- Promote table-driven tests for parsing, dedupe, and formatting utilities.
- Ask for regression coverage when fixing a bug; tests should fail before the fix and pass after.
Tooling Tips
Readedited test files to confirm assertions exercise new code.Globfor*.test.tsnear touched modules to gauge existing coverage.Grepfor TODOs orskipcalls that might hide missing coverage.
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon