Back to list
NickCrew

test-generation

by NickCrew

Claude Cortex

7🍴 2📅 Jan 17, 2026

SKILL.md


name: test-generation description: Use when generating tests for new or existing code to improve coverage - provides a structured workflow for analyzing code, creating tests, and validating coverage goals.

Test Generation

Overview

Generate tests systematically by analyzing code paths, covering edge cases, and validating coverage targets.

When to Use

  • Creating tests for new features
  • Improving coverage in weak areas
  • Building regression or integration test suites

Avoid when:

  • The task is only running existing tests (use dev-workflows)

Quick Reference

TaskLoad reference
Test generation workflowskills/test-generation/references/generate-tests.md

Workflow

  1. Identify target scope and test type.
  2. Load the test generation reference.
  3. Analyze code paths and edge cases.
  4. Generate tests and validate coverage.
  5. Summarize results and gaps.

Output

  • Generated tests
  • Coverage report and follow-ups

Common Mistakes

  • Writing tests without understanding code paths
  • Ignoring edge cases or failure modes

Score

Total Score

65/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon