·run-tests
{}

run-tests

yonatangross/orchestkit

具有並行分析和覆蓋率報告的全面測試執行。在運行測試套件或通過運行測試工作流程排除故障時使用。

12安裝·0熱度·@yonatangross

安裝

$npx skills add https://github.com/yonatangross/orchestkit --skill run-tests

SKILL.md

| Empty/all | All tests | | backend | Backend only | | frontend | Frontend only | | path/to/test.py | Specific file | | testname | Specific test |

| --maxfail=3 | Stop after 3 failures | | -x | Stop on first failure | | --lf | Run only last failed | | -v | Verbose output | | --tb=short | Shorter tracebacks |

| Parallel Analyzers | 3 agents | Backend, frontend, and coverage analysis in parallel | | Default Traceback | --tb=short | Balance between detail and readability | | Stop Threshold | --maxfail=3 | Quick feedback without overwhelming output | | Coverage Tool | pytest-cov / jest | Native integration with test frameworks |

具有並行分析和覆蓋率報告的全面測試執行。在運行測試套件或通過運行測試工作流程排除故障時使用。 來源:yonatangross/orchestkit。

查看原文

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/yonatangross/orchestkit --skill run-tests
分類
{}資料分析
認證
收錄時間
2026-02-01
更新時間
2026-02-18

快速解答

什麼是 run-tests?

具有並行分析和覆蓋率報告的全面測試執行。在運行測試套件或通過運行測試工作流程排除故障時使用。 來源:yonatangross/orchestkit。

如何安裝 run-tests?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/yonatangross/orchestkit --skill run-tests 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用

這個 Skill 的原始碼在哪?

https://github.com/yonatangross/orchestkit