← Back to list

tests
by mjwestcott
Configuration for vim, tmux, zsh, bash, etc.
⭐ 7🍴 0📅 Jan 24, 2026
SKILL.md
name: tests description: Reviews test coverage and testing strategy for recent code changes. Use before creating PRs to ensure changes are well-tested. user_invocable: true
Use the Task tool to spawn a general-purpose agent with subagent_type "general-purpose".
The agent should analyze recent code changes (staged, unstaged, or as specified) and evaluate:
- Coverage gaps: Are new/modified code paths tested?
- Test quality: Do tests verify behavior, not just execution?
- Edge cases: Are boundary conditions and error paths covered?
- Test organization: Do tests follow project conventions?
- Missing test types: Would integration, e2e, or other test types add value?
Pass along any specific files, commits, or scope the user mentions.
Output should include:
- Files changed that lack corresponding test coverage
- Specific suggestions for tests that should be added
- Any existing tests that may need updating due to the changes
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