add-or-fix-type-checking
Installation
SKILL.md
Add Or Fix Type Checking
Input
<target>: module or directory to type-check (if known).- Optional
make typingor CI output showing typing failures.
Workflow
-
Identify scope from the failing run:
- If you already have
make typingor CI output, extract the failing file/module paths. - If not, run:
make typing - Choose the narrowest target that covers the failures.
- If you already have
-
Run
ty checkfor the target to get a focused baseline: