Back to list
thkt

reviewing-type-safety

by thkt

3🍴 0📅 Jan 24, 2026

SKILL.md


name: reviewing-type-safety description: > TypeScript type safety patterns and best practices for maximum type coverage. Triggers: TypeScript, type safety, any, 型安全, 型カバレッジ, strict mode. allowed-tools: [Read, Grep, Glob, Task] agent: type-safety-reviewer user-invocable: false

型安全レビュー

検出

IDパターン修正
TS1anyunknown + 型ガード
TS1暗黙的any明示的な型アノテーション
TS2value as Type型ガード関数
TS2value! (非nullアサーション)明示的なnullチェック
TS3function fn(data) (型なし)function fn(data: Type)
TS3戻り値型の欠如明示的な : ReturnType
TS4網羅的でないdefault:default: assertNever(value)

基準

型カバレッジ >= 95%。Any使用 = 0。Strictモード全て有効。

参考

トピックファイル
カバレッジreferences/type-coverage.md
ガードreferences/type-guards.md
Strictreferences/strict-mode.md
Resultreferences/result-type.md

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