← Back to list

unit-test-starter
by proflead
Codex Skills Library is a curated library of reusable Codex skills for developers, individuals, and teams.
⭐ 15🍴 4📅 Jan 23, 2026
SKILL.md
name: unit-test-starter description: Generate starter unit tests for a small function or module. Use when a junior developer needs test scaffolding and edge cases.
Unit Test Starter
Purpose
Generate starter unit tests for a small function or module.
Inputs to request
- Function signature and expected behavior.
- Test framework and language.
- Edge cases or error conditions.
Workflow
- Identify core behaviors and failure cases from the function signature.
- Propose table-driven cases with inputs and expected outputs.
- Highlight one edge case and one negative case.
- Show how to run the tests.
Output
- Test case list with rationale.
- Sample test code snippet for the project test framework.
Quality bar
- Keep tests deterministic and isolated.
- Prefer clear assertions over broad snapshots.
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
1ヶ月以内に更新
+10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
○言語
プログラミング言語が設定されている
0/5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon

