← Back to list

test-standards
by ms2sato
Web console for managing multiple AI coding agents across git worktrees
⭐ 2🍴 0📅 Jan 14, 2026
SKILL.md
name: test-standards description: Testing best practices and anti-patterns. Use when writing tests, reviewing test quality, or understanding testing methodology for this project.
Test Standards
Refer to test-standards.md for detailed testing guidelines.
Key Principles
- Test Validity - Tests verify requirements, not implementation details
- Coverage - Happy path, edge cases, error scenarios, integration points
- Methodology - Appropriate mocking, test isolation, clean setup/teardown
- Maintainability - Readable tests, minimal duplication, clear test data
Anti-Patterns to Avoid
- Logic duplication (re-implementing production logic in tests)
- Module-level mocking (prefer fetch-level mocks)
- Private method testing (test through public interface)
- Boundary testing gaps (client-server, null vs undefined)
- Form testing gaps (schema-only tests are insufficient)
Score
Total Score
65/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
1ヶ月以内に更新
+10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon


