qa-playswag
Installation
SKILL.md
PlaySwag — API Coverage Analyzer
Analyze an OpenAPI spec against your test suite and generate an HTML report with coverage gaps + ready-made QA automation tasks.
Usage: /playswag [spec-file] [tests-dir] [--js|--ts|--py]
All arguments are optional — missing ones will be asked interactively.
Step 1 — Gather Required Inputs
Spec file
If $ARGUMENTS contains a path to a .json, .yaml, or .yml file — use it as SPEC_FILE.
Otherwise, ask the user:
"What is the path to your OpenAPI/Swagger spec file? (JSON or YAML)"