基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/elfhermit/AutoTest --skill autotestreport命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | autoTestReport |
| description | 自動化驗收測試 (Auto-Acceptance-Test) - 執行網站功能驗收並產生報告 |
.md Markdown 測試案例檔.docx Word 測試文件(此時優先調用 browser-test-reporter Skill 的 Step 1 解析後,再執行本 Skill 的步驟 2-3)注意:若輸入為
.docx檔案,請優先呼叫browser-test-reporterSkill 進行完整 Word 路線測試(含 Word 回寫功能)。
一旦觸發,請依序執行以下步驟,無需再次詢問使用者設定細節:
確認測試目標與初始化
Test/AutoTestReport_v1_1.md 或 docs/test2.docx)。」reports/ 資料夾中可能的舊測試產出(若需要),並初始化測試環境。執行瀏覽器自動化 (Browser Automation)
browser_subagent 工具執行使用者指定的測試案例。[步驟 1] ~ [步驟 N])作為提示詞 (Prompt) 傳遞給 Subagent 執行 Happy Path 與異常路徑。RecordingName 參數(如 test_case_run),讓系統自動將操作過程錄影並儲存為 WebP 影片至 artifact 資料夾。reports/walkthrough.md 中。報告生成 (Report Generation)
run_command 工具執行位於專案內的執行檔,自動讀取 reports/walkthrough.md 並打包為 HTML。.agent/skills/autoTestReport/scripts/generate_report.exe (直接執行,無需 Python 環境)reports/Acceptance_Report_{時間戳記}.html 的檔案連結供使用者點擊開啟。