← Back to list

testing
by kubb-labs
🧩 The Ultimate Toolkit for Generating Type-Safe API Clients, Hooks, and Validators.
⭐ 1,532🍴 129📅 Jan 23, 2026
Use Cases
🔗
MCP Server Integration
AI tool integration using Model Context Protocol. Using testing.
⚡
Efficient Code Generation
Auto-generate boilerplate code to reduce development time.
🔍
Code Review Assistance
Analyze PR changes and suggest improvements.
SKILL.md
name: testing description: Testing, CI, and troubleshooting guidance for running the repository's test suite and interpreting CI failures.
Testing Skill
This skill helps agents advise on running tests, meeting CI requirements, and debugging test or typecheck failures.
When to Use
- When users ask how to run tests or debug failing CI
- When explaining what checks are required before merging
What It Does
- Describes the test runner and CI location
- Lists the commands to run locally
- Provides troubleshooting hints for common failures
Commands to Suggest
pnpm test # Run all tests
pnpm test "<test name>" # Run a specific test
Pre-merge Requirements (Agent should remind)
- All tests must pass
pnpm typecheckmust succeed across packages- Linting should be clean (
pnpm lint)
Troubleshooting Hints
- After moving files or changing imports, run
pnpm lint && pnpm typecheck - For flaky tests: recommend re-running CI and checking logs for environment-specific failures
Score
Total Score
85/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
✓人気
GitHub Stars 1000以上
+15
✓最近の活動
1ヶ月以内に更新
+10
✓フォーク
10回以上フォークされている
+5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon


