一键导入
testing
This skill describes the testing philosophy and commands for this repo. Load this skill when you add, remove, or modify tests.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
This skill describes the testing philosophy and commands for this repo. Load this skill when you add, remove, or modify tests.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Load this skill when creating a GitHub project backlog issue or drafting an issue title, body, type, or labels.
Backlog and project-management instructions using GitHub Issues. Load this skill when reading, listing, searching, understanding, or modifying project backlog issues.
Load this skill if you need to work with the backlog or meeting minutes
Load this skill if you need to review meeting minutes with the user
Load this skill if you need to prepare or review meeting minutes.
Load this skill if you need to create meeting minutes from transcript files.
| name | Testing |
| description | This skill describes the testing philosophy and commands for this repo. Load this skill when you add, remove, or modify tests. |
docs/application_interface.mdRun tests from repo root with:
poetry run pytest -q
Alternative (if Poetry env is already active):
python -m pytest -q
Tests are in tests/.