USE when validating Python type safety. Automatically runs configured type checkers (pyrefly, mypy) on files after editing.
Automatically runs type checkers on Python files after edits.
/plugin marketplace add Git-Fg/thecattoolkit/plugin install git-fg-verify-plugins-verify@Git-Fg/thecattoolkitThis skill is limited to using the following tools:
This skill provides automatic type checking via hooks:
Trigger: PostToolUse (Edit/Write on .py files)
Action: Runs type checker on the modified file.
Priority:
tool.pyrefly in pyproject.toml -> uv run pyreflytool.mypy in pyproject.toml -> uv run mypyThis skill functions passively via the runtime hook system. It communicates results back to the agent via hook output.
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