From qa-use
Creates a qa-tests/ directory with an example YAML test file and optional .qa-use.json config, then shows next steps for running tests.
How this command is triggered — by the user, by Claude, or both
Slash command
/qa-use:test-initThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /qa-use:test-init Initialize the test directory with an example test file. **Invokes skill:** qa-use ## What Happens 1. Creates `qa-tests/` directory with `example.yaml` 2. Optionally creates `.qa-use.json` config file 3. Shows next steps for running your first test ## Example
Initialize the test directory with an example test file.
Invokes skill: qa-use
qa-tests/ directory with example.yaml.qa-use.json config file/qa-use:test-init
npx claudepluginhub joshuarweaver/cascade-code-testing-misc --plugin desplega-ai-qa-use/helpDisplays help and usage for QA testing commands. Shows syntax for /qa:test, configuration options for qa.yml, and how to log bugs as GitHub issues.
/initialize-test-suite-projectScaffolds or migrates a test-suite project (API, E2E/UI, or shared library) with layer models, tags, reporter stack, and custom report.
/qaCreates test plans and executes comprehensive QA testing including auth flows, edge cases, regressions, and bug reports.
/aqa-flowGuides automated QA for end-to-end UI and integration tests, progressing through data collection, requirements, code analysis, selector identification, and test implementation.
/testWrites and runs unit, integration, or E2E tests, validates code correctness, and documents coverage gaps.
/start-qaExecutes QA tests from a YAML test plan file, running HTTP requests and reporting results. Accepts a direct path, ticket ID, or 'latest' as argument.