con un clic
ruff-linting
Guidance for running Ruff and interpreting lint results.
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 Ruff and interpreting lint results.
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
| name | Ruff Linting |
| description | Guidance for running Ruff and interpreting lint results. |
| version | 0.1.0 |
Use Ruff to identify lint issues in Python files.
ruff check <path> to lint.ruff check --fix <path> for safe auto-fixes when allowed.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 evaluating test quality and detecting hollow tests.
Guidance for running the ty type checker.