← Back to list

test-generation
by duhenri9
Landing page oficial da WM3, criada para consolidar o reposicionamento da agência no mercado digital. Centraliza todos os links, serviços e projetos em um só hub estratégico, refletindo a nova fase da marca e a integração de soluções de automação e IA.
⭐ 0🍴 0📅 Jan 17, 2026
SKILL.md
name: test-generation description: Generate comprehensive test cases for code phases: [E, V]
Test Generation
When to Use
Use this skill when writing tests or when asked to add test coverage.
Test Categories
1. Unit Tests
- Test individual functions/methods
- Mock dependencies
- Cover edge cases
2. Integration Tests
- Test component interactions
- Real dependencies when possible
- Database transactions
3. Edge Cases to Cover
- Empty inputs
- Null/undefined values
- Maximum/minimum values
- Invalid types
- Concurrent access
- Network failures
Test Structure (AAA Pattern)
// Arrange - Set up test data and conditions
// Act - Execute the code under test
// Assert - Verify the results
Naming Convention
[methodName]_[scenario]_[expectedResult]
Example: calculateTotal_emptyCart_returnsZero
Coverage Goals
- Statements: 80%+
- Branches: 75%+
- Functions: 90%+
- Lines: 80%+
Score
Total Score
70/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon