·property-based-testing
</>

property-based-testing

シリアル化、検証、正規化、または純粋関数のテストを作成するときに使用します。プロパティ カタログ、パターン検出、およびプロパティベースのテスト用のライブラリ参照を提供します。

10インストール·1トレンド·@ed3dai

インストール

$npx skills add https://github.com/ed3dai/ed3d-plugins --skill property-based-testing

property-based-testing のインストール方法

コマンドラインで property-based-testing AI スキルを開発環境にすばやくインストール

  1. ターミナルを開く: ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます
  2. インストールコマンドを実行: このコマンドをコピーして実行します: npx skills add https://github.com/ed3dai/ed3d-plugins --skill property-based-testing
  3. インストールを確認: インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります

ソース: ed3dai/ed3d-plugins。

Property-based testing (PBT) generates random inputs and verifies that properties hold for all of them. Instead of testing specific examples, you test invariants.

| Roundtrip | decode(encode(x)) == x | Serialization, conversion pairs | | Idempotence | f(f(x)) == f(x) | Normalization, formatting, sorting | | Invariant | Property holds before/after | Any transformation | | Commutativity | f(a, b) == f(b, a) | Binary/set operations | | Associativity | f(f(a,b), c) == f(a, f(b,c)) | Combining operations |

| Identity | f(x, identity) == x | Operations with neutral element | | Inverse | f(g(x)) == x | encrypt/decrypt, compress/decompress | | Oracle | newimpl(x) == reference(x) | Optimization, refactoring | | Easy to Verify | issorted(sort(x)) | Complex algorithms | | No Exception | No crash on valid input | Baseline (weakest) |

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/ed3dai/ed3d-plugins --skill property-based-testing
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-26
更新日
2026-03-10

Browse more skills from ed3dai/ed3d-plugins

クイックアンサー

property-based-testing とは?

シリアル化、検証、正規化、または純粋関数のテストを作成するときに使用します。プロパティ カタログ、パターン検出、およびプロパティベースのテスト用のライブラリ参照を提供します。 ソース: ed3dai/ed3d-plugins。

property-based-testing のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/ed3dai/ed3d-plugins --skill property-based-testing インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/ed3dai/ed3d-plugins