← スキル一覧に戻る

test-generator
by eddiebe147
⭐ 2🍴 1📅 2026年1月23日
SKILL.md
name: Test Generator slug: test-generator description: Generate comprehensive test suites including unit tests, integration tests, and E2E tests category: technical complexity: intermediate version: "1.0.0" author: "ID8Labs" triggers:
- "generate tests"
- "write tests"
- "test coverage" tags:
- testing
- test-generation
- quality
Test Generator
Generate comprehensive test suites that catch bugs before production. From unit tests to E2E scenarios, create tests that give you confidence to ship.
Core Workflows
Workflow 1: Unit Test Generation
- Analyze Code - Understand function inputs/outputs
- Happy Path - Test expected behavior
- Edge Cases - Test boundary conditions
- Error Cases - Test failure scenarios
- Mocking - Create mocks for dependencies
Workflow 2: E2E Test Generation
- User Flows - Identify critical paths
- Test Scenarios - Write step-by-step tests
- Selectors - Define robust element selectors
- Assertions - Verify expected outcomes
- Data Setup - Handle test data
Quick Reference
| Action | Command |
|---|---|
| Generate unit tests | "Generate tests for [function]" |
| E2E tests | "Create E2E tests for [flow]" |
| Coverage report | "Analyze test coverage" |
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です