skills/mindspeed-llm-auto-ut-skills/skills/coverage/SKILL.md
Use when working with coverage
npx skillsauth add Ascend/agent-skills coverageInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use when working with coverage, generated from official documentation.
This skill should be triggered when:
Pattern 1: XML reporting: coverage xml The xml command writes coverage data to a “coverage
coverage xml
Pattern 2: Combining data files: coverage combine Often test suites are run under different conditions, for example, with different versions of Python, or de...
coverage combine
Pattern 3: HTML reporting: coverage html Coverage
coverage html
Pattern 4: Diagnostics: coverage debug The debug command shows internal information to help diagnose problems
coverage debug
Pattern 5: Installation You can install coverage
$ python3 -m pip install coverage
Pattern 6: If you are installing on Linux, you may need to install the python-dev and gcc support files before installing coverage via pip
$ sudo apt-get install python-dev gcc
$ sudo yum install python-devel gcc
$ sudo apt-get install python3-dev gcc
$ sudo yum install python3-devel gcc
Pattern 7: Text annotation: coverage annotate Note The annotate command has been obsoleted by more modern reporting tools, including the html command
coverage annotate
This skill includes comprehensive documentation in references/:
Use view to read specific reference files when detailed information is needed.
Start with the getting_started or tutorials reference files for foundational concepts.
Use the appropriate category reference file (api, guides, etc.) for detailed information.
The quick reference section above contains common patterns extracted from the official docs.
Organized documentation extracted from official sources. These files contain:
Add helper scripts here for common automation tasks.
Add templates, boilerplate, or example projects here.
To refresh this skill with updated documentation:
testing
Kubernetes 集群健康检查与安全修复 — 诊断问题,用户确认后执行修复
tools
昇腾NPU CANN Toolkit+Kernels+NNAL安装部署技能。支持从官网下载run包安装和从Docker镜像提取两种方式,覆盖驱动检查、包下载、安装、环境变量配置与验证全流程。当用户需要安装CANN全套组件或指定版本CANN到自定义路径时调用。
development
编译 ATB (Ascend Transformer Boost) 测试框架。当用户需要编译 ATB 测试框架、 运行 CSV 测试、或构建 atb_test_framework 时调用。支持全量编译(含第三方依赖克隆与源替换) 和增量编译两种模式。需在 Docker 容器内配合 CANN 环境执行。
databases
ATB OPS→ACLNN 迁移标准化工作流主模板。整合前置学习、设计文档生成、CSV用例设计、 实际迁移、编译验证、测试验证全流程,提供明确的阶段 Gates 和用户确认机制。