pict-test-designer

PICTテスト設計

要件やコードからパラメータ、値、制約を整理し、PICTによるペアワイズテストケースと期待結果を作成します。

AIスキル大辞典による日本語要約
品質評価97/100評価確度:十分
人気度(GitHub Star) 67発掘スコア 83
01

このSkillでできること

  • 要件やコードからテストパラメータを抽出
  • 値や境界値、組み合わせ制約を整理
  • PICTモデルとペアワイズテストケースを作成
  • 期待結果付きのMarkdown表を出力
02

使い方

01
STEP 1

対象の要件、コード、仕様書を提示する

02
STEP 2

入力値と業務ルールを分析する

03
STEP 3

PICTモデルと制約を生成する

04
STEP 4

テストケースと期待結果を確認する

03

Skillのインストール

このGitHubリポジトリにあるSkillを確認し、現在の環境に適した方法でインストールしてください。
インストール後、正常に利用できることを確認し、基本的な使い方も簡潔に説明してください。

Repository:
https://github.com/omkamal/pypict-claude-skill
手動でインストールする

README / SKILL.mdから機械抽出できたコマンドのみ表示しています。推測したコマンドではありません。

git clone https://github.com/omkamal/pypict-claude-skill.git ~/.claude/skills/pict-test-designer
git clone https://github.com/omkamal/pypict-claude-skill.git .claude/skills/pict-test-designer
echo ".claude/skills/" >> .gitignore
git add .claude/skills/pict-test-designer
git commit -m "Add PICT test designer skill"
git submodule add https://github.com/omkamal/pypict-claude-skill.git .claude/skills/pict-test-designer
git commit -m "Add PICT test designer skill as submodule"
git clone --recurse-submodules <your-repo-url>
git submodule update --init --recursive
04

このSkillを使うプロンプト例

Skill名を明示すると、意図したSkillを使わせやすくなります。自動発動型では必須とは限りません。

ログイン機能の要件を分析し、PICTモデル、制約、ペアワイズテストケース、期待結果を作成してください。
出力例を見る
PICTモデル、テストケース一覧、期待結果、テスト総数、ペアワイズ網羅と制約適用の概要。
05

安全性チェック

自動解析による参考情報です。Skillの安全性を保証するものではありません。

外部API通信検出あり
Shellコマンド実行明確な記述なし
ファイル読み取り明確な記述なし
ファイル書き込み明確な記述なし
ネットワークアクセス検出あり
認証情報検出あり
検出根拠を見る
  • network: e-packaged minimal installation from [GitHub Releases](https://github.com/omkamal/pypict-claude-skill/releases): [large code block omitted] Do you have
  • network: * - [PICT: Pairwise Independent Combinatorial Testing](https://github.com/microsoft/pict) - [Pairwise Testing Methodology](https://www.pairwisetesting.co
  • credential: ion with requirements: - Users can login with username/password - Supports 2FA (on/off) - Remembers login on trusted devices - Rate limits after 3 failed
  • credential: ng"], "Email": ["Valid", "Invalid", "Empty"], "Password": ["Strong", "Weak", "Empty"], "Terms": ["Accepted", "NotAccepted"] } constraints =
06

関連Skill