スキル一覧に戻る
duhenri9

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📅 2026年1月17日
GitHubで見るManusで実行

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%+

スコア

総合スコア

70/100

リポジトリの品質指標に基づく評価

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

レビュー

💬

レビュー機能は近日公開予定です