ワンクリックで
saha
saha には roman-romanov-o から収集した 10 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。
このリポジトリの skills
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.
Guidance for running the ty type checker.
Use this skill when checking or discussing code complexity. Activated when: - Running complexity checks with complexipy - Reviewing function complexity - Discussing cognitive complexity metrics
Use this skill for Python linting and formatting with Ruff. Activated when: - Running ruff check or ruff format - Fixing linting issues - Configuring ruff rules
Use this skill for Python type checking with ty. Activated when: - Running ty check - Fixing type errors - Adding type annotations