plugins marketplace
← All plugins

pict-test-designer

v1.0.0

Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for any piece of requirements or code. Analyzes inputs, generates PICT models with parameters, values, and constraints for valid scenarios using pairwise testing. Outputs the PICT model, markdown table of test cases, and expected results.

Claude Code1 skill

by Omar Kamal HosneyMIT91updated 4 months ago

Source

git clone https://github.com/omkamal/pypict-claude-skill

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

pict-test-designer/
├── .claude-plugin/plugin.json
└── SKILL.md

Skills1

pict-test-designerSKILL.md

Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for any piece of requirements or code. Analyzes inputs, generates PICT models with parameters, values, and constraints for valid scenarios using pairwise testing. Outputs the PICT model, markdown table of test cases, and expected results.

Manifests1

.claude-plugin/plugin.json
{
  "name": "pict-test-designer",
  "description": "Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for any piece of requirements or code. Analyzes inputs, generates PICT models with parameters, values, and constraints for valid scenarios using pairwise testing. Outputs the PICT model, markdown table of test cases, and expected results.",
  "version": "1.0.0",
  "author": {
    "name": "Omar Kamal Hosney",
    "email": "omar.wasat@gmail.com"
  },
  "homepage": "https://github.com/omkamal/pypict-claude-skill",
  "repository": "https://github.com/omkamal/pypict-claude-skill.git",
  "license": "MIT",
  "keywords": [
    "testing",
    "pict",
    "pairwise",
    "combinatorial",
    "test-design",
    "test-cases",
    "quality-assurance"
  ]
}