一键导入
testpilot-normal-test
Use when running TestPilot wifi_llapi normal tests with GPT-5-mini, including full campaign runs or focused case reruns.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when running TestPilot wifi_llapi normal tests with GPT-5-mini, including full campaign runs or focused case reruns.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | testpilot-normal-test |
| description | Use when running TestPilot wifi_llapi normal tests with GPT-5-mini, including full campaign runs or focused case reruns. |
Use this skill when GPT-5-mini operates TestPilot wifi_llapi normal tests. Normal test means runtime execution through the installed testpilot wifi_llapi command; it is not audit mode, repository pytest, schema cleanup, report comparison, or YAML editing.
Only two allowed modes:
| Mode | Command shape | Purpose |
|---|---|---|
full-run | testpilot wifi_llapi | Execute the complete discoverable wifi_llapi catalog and produce a report bundle. |
by-case | testpilot wifi_llapi --case <CASE_ID> | Re-run one explicit case, or a small explicit set of cases, using normal runtime behavior. |
testpilot run wifi_llapi remains a compatibility path for legacy scripts, but the installed testpilot wifi_llapi entry point is preferred.
testpilot audit ...) under this skill.full-run and by-case.After a normal run, read the generated JSON report and verify:
summary.total_casesmeta.alignment_summary.blockedmeta.alignment_summary.skippedagent_trace/ JSON countDUT.log and STA.log exist and correspond to the current report bundleWhen changing this skill, normal-test commands, report interpretation, or wifi_llapi execution policy, check whether these files must be updated in the same PR:
README.mddocs/plan.mddocs/todos.mdAGENTS.mdplugins/wifi_llapi/agent-config.yamlplugins/wifi_llapi/testbed.yaml.example| Mistake | Correct behavior |
|---|---|
| Running pytest and calling it a full run | Use testpilot wifi_llapi. |
| Treating blocked/skipped as executed failures | Report them as coverage blockers. |
| Rewriting YAML during normal-test mode | Stop and switch to the appropriate development or audit workflow. |
| Summarizing only pass/fail totals | Include coverage, alignment blocked/skipped, artifact paths, and log presence. |