test-cases

Generate a Markdown test-case matrix from REST and GraphQL API specifications.

25|14|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/vlad-ryzhkov/AI-QA-workshop-feb19 --skill test-cases-vlad-ryzhkov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-cases
Source: https://github.com/vlad-ryzhkov/AI-QA-workshop-feb19/tree/main/.agents/skills/test-cases
Command: npx skills add https://github.com/vlad-ryzhkov/AI-QA-workshop-feb19 --skill test-cases-vlad-ryzhkov

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically generate a complete, Markdown-formatted test-case matrix from API specifications, ensuring coverage of positive, negative, edge, and security scenarios.

Core Features & Use Cases

  • Generate a Markdown table that enumerates test cases derived from API specs.
  • Include input parameters, expected outcomes, and edge cases suitable for use with the $api-tests workflow.
  • Use case: Given an API spec (OpenAPI-like), produce a matrix that can be fed into an automated test generator.

Quick Start

Provide an API specification file and run the skill to generate a complete Markdown test-case matrix ready for the $api-tests workflow.

Frequently Asked Questions about test-cases

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a test case matrix from an API specification?

To generate a test case matrix from an API specification, provide your REST or GraphQL contract to automatically produce a Markdown table enumerating positive, negative, edge, and security scenarios. This matrix includes input parameters and expected outcomes.

Can I create a Markdown test matrix covering edge and security scenarios for GraphQL?

Yes, you can create a Markdown test matrix covering edge and security scenarios for GraphQL by applying the specification to the contract. It systematically enumerates test cases with expected outcomes without generating actual test code.

What is the best way to automate test case generation for REST API contracts?

The best way to automate test case generation for REST API contracts is using a skill that parses specifications and outputs a comprehensive Markdown table. This matrix covers positive, negative, edge, and security scenarios ready for automated workflows.

Does the generated API test matrix include executable test code?

No, the generated API test matrix does not include executable test code. It specifically produces a Markdown table enumerating test cases, input parameters, and expected outcomes designed to serve as input for an automated test generation workflow.

How do I use a Markdown test matrix in an automated API testing workflow?

You can use a Markdown test matrix in an automated API testing workflow by feeding the generated table directly into the $api-tests workflow. The matrix provides structured test cases, parameters, and expected outcomes derived from your API specifications.