uppadhyayraj

28 mods across 1 repository, 2 stars between them.

dq-awesomeqa

01

uppadhyayraj/dq-awesomeqa

Plugin Claude Code

Full QA lifecycle plugin — guided STLC journey for UI, API, Accessibility, and Performance testing.

2 12d ago A tokens not measured

dq-awesomeqa

02

uppadhyayraj/dq-awesomeqa

Plugin Claude Code

Full QA lifecycle plugin for UI, API, Accessibility, and Performance testing — guided by a senior QA consultant.

2 12d ago A tokens not measured

dq-awesomeqa

03

uppadhyayraj/dq-awesomeqa

Settings file Claude Code

QA lifecycle plugin for UI, API, accessibility, and performance testing across coding agents.

2 12d ago D tokens not measured

democratize-quality

04

uppadhyayraj/dq-awesomeqa

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.

2 12d ago A tokens not measured

uppadhyayraj/dq-awesomeqa

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.

2 12d ago A 4 tokens

uppadhyayraj/dq-awesomeqa

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.

2 12d ago A 1,616 tokens

uppadhyayraj/dq-awesomeqa

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.

2 12d ago A 11 tokens

qa-orchestrator

08

uppadhyayraj/dq-awesomeqa

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.

2 12d ago A 0 tokens

SessionStart

09

uppadhyayraj/dq-awesomeqa

Hook

Runs when a session starts on startup, clear and compact, executing run-hook.cmd via bash. From uppadhyayraj/dq-awesomeqa.

2 12d ago A tokens not measured

UserPromptSubmit

10

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.

2 12d ago A tokens not measured

PreToolUse

11

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.

2 12d ago A tokens not measured

PostToolUse

12

uppadhyayraj/dq-awesomeqa

Hook

Runs after a tool call finishes, executing audit-log.js via node. From uppadhyayraj/dq-awesomeqa.

2 12d ago A tokens not measured

Stop

13

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.

2 12d ago A tokens not measured

qa-a11y

14

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…

2 12d ago A 79 tokens

qa-api

15

uppadhyayraj/dq-awesomeqa

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.

2 12d ago A 50 tokens

qa-codegen

16

uppadhyayraj/dq-awesomeqa

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…

2 12d ago A 71 tokens

qa-coverage

17

uppadhyayraj/dq-awesomeqa

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.

2 12d ago A 52 tokens

qa-exec

18

uppadhyayraj/dq-awesomeqa

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.

2 12d ago A 53 tokens

qa-impact

19

uppadhyayraj/dq-awesomeqa

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…

2 12d ago A 79 tokens

qa-init

20

uppadhyayraj/dq-awesomeqa

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.

2 12d ago A 56 tokens

qa-onboard

21

uppadhyayraj/dq-awesomeqa

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.

2 12d ago A 52 tokens

qa-perf

22

uppadhyayraj/dq-awesomeqa

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.

2 12d ago A 69 tokens

qa-plan

23

uppadhyayraj/dq-awesomeqa

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.

2 12d ago D 58 tokens

qa-report

24

uppadhyayraj/dq-awesomeqa

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.

2 12d ago A 45 tokens