with one click
ty-type-checking
Guidance for running the ty type checker.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Guidance for running the ty type checker.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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.