← Back to list

run-tests
by yui-synth-lab
⭐ 0🍴 0📅 Jan 13, 2026
SKILL.md
name: run-tests description: Run and validate tests for the Yui Protocol. Use after code changes, bug fixes, or when verifying functionality. allowed-tools: Bash, Read, Glob, Grep model: haiku
Run Tests Skill
テストを実行して結果を検証するスキル。
コマンド
# 単体テスト(推奨)
npm run test
# カバレッジ付き
npm run test:coverage
# UIモード
npm run test:ui
E2Eテスト
npm run test:console
npm run test:system
npm run test:progression
失敗時の対応
- エラーメッセージを確認
- 関連するソースファイルを読む
- テストファイル(
*.test.ts)を確認 - 修正後、再度テスト実行
テストファイルの場所
src/**/*.test.ts- 単体テストselenium-tests/*.cjs- E2Eテスト
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