← Back to list

gate-2-type-generation
by zerobias-org
⭐ 0🍴 2📅 Jan 24, 2026
SKILL.md
name: gate-2-type-generation description: Gate 2 validation: TypeScript type generation from OpenAPI spec
Gate 2: Type Generation
STOP AND CHECK:
# Generation must succeed
npm run clean && npm run generate
echo "Exit code: $?"
# Must be 0
# New types must exist
ls generated/api/*.ts | wc -l
# Must show new files
# No inline types
grep "InlineResponse" generated/
# Must return nothing
PROCEED ONLY IF:
- ✅ Generation command succeeded (exit code 0)
- ✅ New types exist in generated/ directory
- ✅ No InlineResponse or InlineRequestBody types
- ✅ No TypeScript compilation errors
IF FAILED: Fix API spec issues before implementing.
Score
Total Score
50/100
Based on repository quality metrics
✓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
Reviews
💬
Reviews coming soon