← Back to list

checking-types
by Git-Fg
⭐ 1🍴 0📅 Jan 18, 2026
SKILL.md
name: checking-types description: "Runs configured type checkers (pyrefly, mypy) on files after editing. MUST USE when validating Python type safety (Internal-only passive hook)." user-invocable: false allowed-tools: [Read, Bash(pyrefly), Bash(mypy), Bash(python3:-m pyrefly), Bash(python3:-m mypy)]
Type Checking Standards
Active Hooks
Automatic Type Check
Trigger: PostToolUse (Edit/Write on .py files)
Action: Runs type checker on the modified file.
Priority:
tool.pyreflyin pyproject.toml ->uv run pyreflytool.mypyin pyproject.toml ->uv run mypy
Configuration
To enable type checking for a project, assume the presence of pyproject.toml with [tool.pyrefly] or [tool.mypy].
Scripts:
plugins/verify/hooks/scripts/type-check-python.py
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+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