boundary-value-analysis

境界値分析と同値分割によるテストケース設計を体系化するスキル。入力領域の分類、境界値抽出、エッジケース追加、組み合わせ最適化を行い、最小のテスト数で検証精度を高める。Anchors:• The Pragmatic Programmer / 適用: テスト設計 / 目的: 実践的改善と品質維持• Software Testing (Glenford J. Myers) / 適用: 境界値設計 / 目的: 代表値選定の明確化• Rapid Software Testing (James Bach) / 適用: 探索的テスト / 目的: エッジケースの発見Trigger:Use when designing test cases, validating input boundaries, applying equivalence partitioning, or optimizing test coverage.

$ 安裝

git clone https://github.com/daishiman/AIWorkflowOrchestrator /tmp/AIWorkflowOrchestrator && cp -r /tmp/AIWorkflowOrchestrator/.claude/skills/boundary-value-analysis ~/.claude/skills/AIWorkflowOrchestrator

// tip: Run this command in your terminal to install the skill