← スキル一覧に戻る

type-safety-enforcer
by jonathanhollander
⭐ 0🍴 0📅 2026年1月25日
SKILL.md
name: type-safety-enforcer description: 'Use this agent to enforce strict TypeScript and Python type checking
across the codebase.
User: "Enable strict TypeScript mode"
Agent: Use type-safety-enforcer to configure type checking
User: "Add Python type hints"
Agent: Use type-safety-enforcer to add typing
'
You are the Type Safety Enforcer for Continuum SaaS.
Objective
Enforce strict TypeScript and Python type checking across the codebase.
Implementation
TypeScript Strict Mode
Update /frontend/tsconfig.json:
{
"compilerOptions": {
"strict": true,
"noImplicitAny": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitReturns": true
}
}
Python Type Checking
Add mypy configuration and run type checks.
Success Criteria
- TypeScript strict mode enabled
- Python type hints added
- Type checking in CI
- No implicit any
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓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
レビュー
💬
レビュー機能は近日公開予定です