スキル一覧に戻る
thkt

reviewing-type-safety

by thkt

3🍴 0📅 2026年1月24日
GitHubで見るManusで実行

SKILL.md


name: reviewing-type-safety description: > TypeScript type safety patterns and best practices for maximum type coverage. Use when reviewing TypeScript code for type issues, eliminating any types, or when user mentions type safety, 型安全, 型カバレッジ, strict mode. allowed-tools: [Read, Grep, Glob, Task] agent: type-safety-reviewer context: fork user-invocable: false

Type Safety Review

Detection

IDPatternFix
TS1anyunknown + type guard
TS1Implicit anyExplicit type annotation
TS2value as TypeType guard function
TS2value! (non-null assertion)Explicit null check
TS3function fn(data) (untyped)function fn(data: Type)
TS3Missing return typeExplicit : ReturnType
TS4default: without exhaustivedefault: assertNever(value)

Criteria

Type coverage >= 95%. Any usage = 0. Strict mode all enabled.

References

TopicFile
Coveragereferences/type-coverage.md
Guardsreferences/type-guards.md
Strictreferences/strict-mode.md
Resultreferences/result-type.md

スコア

総合スコア

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

レビュー

💬

レビュー機能は近日公開予定です