ワンクリックで
edge-case-generation
Systematic edge-case identification including boundary values, null inputs, type mismatches, and error path testing.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Systematic edge-case identification including boundary values, null inputs, type mismatches, and error path testing.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Translate natural language image descriptions into detailed, structured DALL-E prompts with subject, style, composition, lighting, and mood specifications.
Decompose mathematical problems into sub-expressions, evaluate each one with the calculator tool, and present the full working chain. Handles arithmetic, trigonometry, logarithms, and financial formulas.
Compare two or more PDF documents by extracting targeted sections, building a structured comparison matrix, and highlighting differences with page references.
Extract structured data from web pages using browser snapshot and text tools, then process it into tables, comparisons, or summaries using Python.
Analyze endpoint latency trends using historical check data from memory. Detects slow degradation, spikes vs sustained issues, and calculates baseline deviations.
Validate API response structure and content. Detects schema drift, unexpected null values, and abnormal response sizes.
| name | edge-case-generation |
| description | Systematic edge-case identification including boundary values, null inputs, type mismatches, and error path testing. |
Systematic edge-case generation for thorough test coverage.
Use this skill when generating tests for any function or module -- always consider edge cases alongside the happy path.
sys.maxsize, Number.MAX_SAFE_INTEGER)."", single-character string "a", very long strings.[], {}, set().None (Python) or null/undefined (JavaScript) for every parameter
that could receive them.null values inside JSON payloads.NaN, Infinity, -Infinity for numeric inputs.For each function parameter:
For each branch in the function:
For each exception or error the function can raise: