com um clique
alita-sdk
alita-sdk contém 5 skills coletadas de ProjectAlita, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.
Skills neste repositório
Calculate which toolkit API-wrapper tools have YAML test cases in .alita/tests/test_pipelines/suites/, update test_coverage.md, and identify untested tools. Use ONLY for toolkit-level tool coverage (counting tools vs test cases). Do NOT use for running coverage.py or measuring Python code execution — use pytest-coverage for that.
Run coverage.py with pytest to measure Python source code execution (line and branch coverage). Use ONLY when asked to run coverage.py, check which Python lines/branches are executed, or generate a coverage.py HTML report. Do NOT use for tracking which toolkit tools have YAML test cases — use coverage-calculator for that.
Interpret user prompts and run only the relevant pytest unit tests
Set up, run, and interpret cosmic-ray mutation tests against Python source modules using Docker workers for parallel execution
Run, filter, and diagnose document loader pytest tests