在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用write-tests
星标42
分支12
更新时间2026年4月3日 15:27
Guide for writing tests in the project
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Guide for writing tests in the project
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Guide for building the tool when asked by the user or testing a code change that requires a new build of the tool
Guide for understanding the structure and content of HTML reports generated by the tool
Guide for understanding the tool's functionality and usage in error tracking
| name | write-tests |
| description | Guide for writing tests in the project |
To write new tests in the project follow theese:
main.cpp and write your test cases using pytest.ml python
pytest tests/cpu_checking/error_analysis/<test_directory>
source ~/.bashrc
conda activate tutorial_env