Start a local Microcks server with Docker Compose for API mocking and testing. Use when a developer needs to run Microcks locally to mock REST APIs from OpenAPI specifications. Microcks is a CNCF open-source tool for API mocking and testing.
Write OpenAPI examples that work with Microcks dispatchers for API mocking. Covers example pairing rules, JSON body dispatching, Groovy script dispatching, and dispatcher configuration via the Microcks API.
Deeply analyze an API endpoint and generate complete, structured test coverage. Use this skill whenever the user provides an API endpoint, a Swagger/OpenAPI spec, or describes an API to test. Triggers on: "analyze this API", "generate test cases for this endpoint", "what should I test on this API", "test coverage for…
Generate structured, BDD-compliant Gherkin .feature files from requirements, user stories, or feature descriptions. Use this skill whenever the user wants to write Gherkin scenarios, create .feature files, or convert requirements into BDD format. Triggers on: "write Gherkin", "generate .feature file", "create BDD…
Generate a complete test plan and structured test cases from a User Story, Jira ticket, or feature description. Use this skill whenever the user wants to design tests for a feature, requirement, or business rule. Triggers on: "generate test plan", "write test cases for this US", "what to test for this feature"…
Add WCAG accessibility commands to an existing ui-test.yaml by opening the live app and contextually deciding which a11y checks apply per page (Primary mode), or build a complete standalone audit YAML when no ui-test.yaml exists (Standalone mode). Reads jurisdiction and conformance level from dq-qa.config.json. Does…
Guided STLC journey orchestrator. Walks QA engineers through the complete testing lifecycle — Setup → Planning → Design → Execution → Closure — with enforced phase gates, domain scope selection, and two-level progress tracking. Start here for any new project or test cycle.
Generate and validate a dq-nbomber.yaml load test configuration. Collects API schema file, BASEURL, and load parameters before running generate, then fixes the 5 known generation gaps, reviews data files, and validates the YAML before handoff. Does not run the test — run /qa-exec for execution steps.
Safely use HTTP APIs and finite WebSocket sessions through the Kāhea deterministic invocation kernel. Use when an agent must discover operations from OpenAPI, Postman, HAR, cURL, HTTP files, direct descriptors, websocket-session JSON/YAML, or the supported AsyncAPI 2.6/3.0 WebSocket subset; create and review sealed…