·testing-patterns
</>

testing-patterns

jezweb/claude-skills

使用 YAML 測試規范進行基於代理的聲明性測試。在子代理中運行測試以保留 執行許多測試時的主要上下文。支持 MCP 服務器、API 和瀏覽器自動化。 使用場合:測試 MCP 服務器、運行集成測試、驗證更改後的工具行為、 或創建回歸測試套件。關鍵詞:yaml 測試、代理測試、mcp 測試、集成測試。

159安裝·3熱度·@jezweb

安裝

$npx skills add https://github.com/jezweb/claude-skills --skill testing-patterns

SKILL.md

Running 50 tests in the main conversation would consume your entire context window. By delegating to a sub-agent:

| /create-tests | Discover project, generate test specs + testing agent | | /run-tests | Execute tests via agent(s), report results | | /coverage | Generate coverage report and identify uncovered code paths |

This skill provides the pattern and format. Claude designs the actual tests based on your project context.

使用 YAML 測試規范進行基於代理的聲明性測試。在子代理中運行測試以保留 執行許多測試時的主要上下文。支持 MCP 服務器、API 和瀏覽器自動化。 使用場合:測試 MCP 服務器、運行集成測試、驗證更改後的工具行為、 或創建回歸測試套件。關鍵詞:yaml 測試、代理測試、mcp 測試、集成測試。 來源:jezweb/claude-skills。

查看原文

可引用資訊

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

安裝指令
npx skills add https://github.com/jezweb/claude-skills --skill testing-patterns
分類
</>開發工具
認證
收錄時間
2026-02-04
更新時間
2026-02-18

快速解答

什麼是 testing-patterns?

使用 YAML 測試規范進行基於代理的聲明性測試。在子代理中運行測試以保留 執行許多測試時的主要上下文。支持 MCP 服務器、API 和瀏覽器自動化。 使用場合:測試 MCP 服務器、運行集成測試、驗證更改後的工具行為、 或創建回歸測試套件。關鍵詞:yaml 測試、代理測試、mcp 測試、集成測試。 來源:jezweb/claude-skills。

如何安裝 testing-patterns?

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

這個 Skill 的原始碼在哪?

https://github.com/jezweb/claude-skills