Skip to content

Installation

dq-awesomeqa works across multiple coding agents. Choose your platform below to get started.


Common Prerequisites

Regardless of your coding agent, the external CLIs are the same:

a11y-cli (UI & Accessibility testing)

bash
npm install -g @democratize-quality/accessibility-cli
a11y-cli --version

dq-nbomber CLI (Performance testing)

Requires .NET 8 SDK or higher. Download .NET if needed.

bash
dotnet tool install -g dq-nbomber-cli
dq-nbomber --version

Configure your project

Run /qa-onboard once per project after installation. It creates dq-qa.config.json - the shared config file read by all skills.


Not sure which to choose?

Start with the coding agent your team already uses. Claude Code, GitHub Copilot (VS Code), and Gemini CLI are all supported.

Released under the AGPL-3.0 License.