什麼是 zod-contract-testing?
在邊界處驗證 Zod 架構解析。測試有效/無效輸入、模式演變、細化覆蓋率和複合狀態矩陣(2^N 可選欄位組合)。 來源:apankov1/quality-engineering。
在邊界處驗證 Zod 架構解析。測試有效/無效輸入、模式演變、細化覆蓋率和複合狀態矩陣(2^N 可選欄位組合)。
透過命令列快速安裝 zod-contract-testing AI 技能到你的開發環境
來源:apankov1/quality-engineering。
Schemas define contracts between systems. A schema that accepts invalid data is a security hole. A schema that rejects valid data is a broken integration. This skill teaches you to systematically test schemas at system boundaries.
When to use: Testing API request/response schemas, WebSocket message validation, database record parsing, external data ingestion, any Zod schema at a system boundary.
When not to use: Internal type assertions, UI component props, type definitions without runtime validation.
在邊界處驗證 Zod 架構解析。測試有效/無效輸入、模式演變、細化覆蓋率和複合狀態矩陣(2^N 可選欄位組合)。 來源:apankov1/quality-engineering。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/apankov1/quality-engineering --skill zod-contract-testing在邊界處驗證 Zod 架構解析。測試有效/無效輸入、模式演變、細化覆蓋率和複合狀態矩陣(2^N 可選欄位組合)。 來源:apankov1/quality-engineering。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/apankov1/quality-engineering --skill zod-contract-testing 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/apankov1/quality-engineering