ワンクリックで
testing-strategies
Provides test design patterns, coverage strategies, and best practices for comprehensive test suite development
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Provides test design patterns, coverage strategies, and best practices for comprehensive test suite development
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Advanced knowledge and methodologies for implementing next-generation AGI capabilities with quantum computing, neural evolution, and dimensional computing
Decision-making methodologies, scoring frameworks, and planning strategies for Group 2 agents in four-tier architecture
Best practices for inter-group communication, knowledge sharing, and collaborative workflows in four-tier architecture
Detailed implementation strategies for the four-tier orchestrator agent architecture including sub-agent definitions and group coordination protocols.
Autonomous agent-based web search fallback for when WebSearch API fails or hits limits
Comprehensive web page validation with authentication, screenshot capture, mobile testing, and enhanced error detection
| name | testing-strategies |
| description | Provides test design patterns, coverage strategies, and best practices for comprehensive test suite development |
| version | 1.0.0 |
This skill provides strategies for test design, test coverage, test organization, and testing best practices across different testing types and frameworks.
For each function, create tests for:
tests/
├── unit/
│ ├── test_module1.py
│ └── test_module2.py
├── integration/
│ └── test_api.py
└── e2e/
└── test_workflows.py
Use when creating test suites, improving coverage, fixing failing tests, or designing test strategies.