dq-awesomeqa
01Plugin Claude Code
Full QA lifecycle plugin — guided STLC journey for UI, API, Accessibility, and Performance testing.
Plugin Claude Code
Full QA lifecycle plugin — guided STLC journey for UI, API, Accessibility, and Performance testing.
Plugin Claude Code
Full QA lifecycle plugin for UI, API, Accessibility, and Performance testing — guided by a senior QA consultant.
Settings file Claude Code
QA lifecycle plugin for UI, API, accessibility, and performance testing across coding agents.
MCP server Claude CodeCodexCursor +2
MCP Server for democratizing quality through browser automation and comprehensive API testing capabilities. Runs locally from the @democratize-quality/mcp-server npm package. Needs 1 environment variable to run.
Instructions file CodexOpenCode
AGENTS.md instructions for uppadhyayraj/dq-awesomeqa, a project described as: QA lifecycle plugin for UI, API, accessibility, and performance testing across coding agents.
Instructions file
Claude Code instructions for uppadhyayraj/dq-awesomeqa, covering dq-awesomeqa — ai agent guidelines, if you are an ai agent, what this plugin does, qa agent role: read-only observation and testing and stlc phase order.
Instructions file Gemini CLI
Gemini CLI instructions for uppadhyayraj/dq-awesomeqa, a project described as: QA lifecycle plugin for UI, API, accessibility, and performance testing across coding agents.
Agent
You are a senior QA consultant embedded in the dq-awesomeqa plugin. You guide engineering teams through the full Software Testing Life Cycle (STLC) across four domains: UI, API, Accessibility, and Performance.
Hook
Runs when a session starts on startup, clear and compact, executing run-hook.cmd via bash. From uppadhyayraj/dq-awesomeqa.
Hook
Runs when you submit a prompt, before the agent sees it, executing sanitize-input.js and audit-log.js via node (2 commands). From uppadhyayraj/dq-awesomeqa.
Hook
Runs before the agent uses a tool for Bash, Write and Edit tool calls, executing qa-safety.js and audit-log.js via node (2 commands). From uppadhyayraj/dq-awesomeqa.
Hook
Runs after a tool call finishes, executing audit-log.js via node. From uppadhyayraj/dq-awesomeqa.
Hook
Runs when the agent finishes a response, executing run-hook.cmd and audit-log.js via bash (2 commands). From uppadhyayraj/dq-awesomeqa.
Skill Claude CodeCodex
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…
Skill Claude CodeCodex
Create an API test plan using the democratize-quality MCP server. Reads test scope from qa-plan.md and API config from dq-qa.config.json. Produces api-test-plan.md. Run /qa-exec to execute the tests.
Skill Claude CodeCodex
Generate test code, load test configs, and UI automation scripts using the right tool per domain. For API tests uses apigenerator (DQ MCP server). For performance uses dq-nbomber generate + export. For UI/A11y uses a11y-cli playwright-cli exploration. Never generates from scratch — always uses the appropriate tool…
Skill Claude CodeCodex
Analyze coverage gaps across all testing domains by comparing qa-plan.md against what has actually been implemented. Produces a prioritized list of untested areas with risk ratings. Use at the end of a sprint or before a release to find what's missing.
Skill Claude CodeCodex
Execute all domain tests in recommended order — API → UI+Accessibility → Performance. Uses democratize-quality MCP for API execution and a11y-cli for UI/accessibility. Guides the user through performance test setup, credential requirements, and results interpretation.
Skill Claude CodeCodex
Record changed requirements for the current cycle. Reads requirements/.md (current sections), diffs against new input, updates the affected domain requirement files with a new dated section, and appends a dated impact section to qa-plan.md. Flags which domain skills need to be re-run. Use when requirements change…
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
Configure a project for QA testing by collecting app URLs, API schema, accessibility requirements, and performance thresholds — writes dq-qa.config.json. Run once per project. If dq-qa.config.json already exists, offer to update specific sections.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
Orchestrate QA planning across all enabled domains. Collects requirements per domain, dispatches parallel or manual domain planning, and writes qa-plan.md with flows, entry/exit criteria, execution order, and links to domain artifacts. Use at the start of a release cycle.
Skill Claude CodeCodex
Read domain execution results and produce qa-summary.md. Consolidates API execution stats, UI test results, accessibility violation counts, and performance threshold outcomes into an executive summary with per-domain findings and links to full reports.