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