スキル一覧に戻る
Git-Fg

checking-types

by Git-Fg

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

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:

  1. tool.pyrefly in pyproject.toml -> uv run pyrefly
  2. tool.mypy in 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

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

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

レビュー

💬

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