Installation
dq-awesomeqa works across multiple coding agents. Choose your platform below to get started.
Claude Code
Install via the Claude Code CLI. Full MCP support with the bundled democratize-quality server.
Install →
GitHub Copilot (VS Code)
Install as a VS Code agent plugin. Requires the chat.plugins.enabled preview feature.
Install →
Gemini CLI
Install as a Gemini CLI extension directly from GitHub or a local clone.
Install →
Codex
OpenAI Codex CLI integration.
Coming Soon
Cursor
Cursor IDE integration.
Coming Soon
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 --versiondq-nbomber CLI (Performance testing)
Requires .NET 8 SDK or higher. Download .NET if needed.
bash
dotnet tool install -g dq-nbomber-cli
dq-nbomber --versionConfigure 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.
