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 typing or CI output showing typing failures.

Workflow

  1. Identify scope from the failing run:
    • If you already have make typing or CI output, extract the failing file/module paths.
    • If not, run:
      make typing
      
    • Choose the narrowest target that covers the failures.
Installs
14
GitHub Stars
161.8K
First Seen
Mar 27, 2026
add-or-fix-type-checking — huggingface/transformers