con un clic
ty-type-checking
Guidance for running the ty type checker.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Guidance for running the ty type checker.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Use this skill when working with Sahaidachny task planning. Activated when: - User mentions "task", "planning", "user stories", "design decisions" - Working in a `task-XX/` directory - Any `/saha:*` command is invoked
Use this skill when working with Sahaidachny task artifacts. Activated when: - Working with task planning documents - Reading/updating user stories, design decisions, implementation plans - Any task folder (task-XX/) operations
Comprehensive test quality and completeness analysis across 6 dimensions. Use when: - Verifying ALL needed tests exist (cross-ref user stories, code changes, test specs) - Reviewing test implementations before QA - Verifying tests actually test real behavior - Detecting over-mocking, poor assertions, missing edge cases - Identifying flaky patterns and test smells
Guidance for measuring cognitive complexity with complexipy.
Guidance for running Ruff and interpreting lint results.
Guidance for evaluating test quality and detecting hollow tests.
| name | ty Type Checking |
| description | Guidance for running the ty type checker. |
| version | 0.1.0 |
Use ty to catch type errors in Python code.
ty check <path> to type-check.--strict if strict mode is required.Any.