qa-deeplinks
Deep link and universal link validator. Enumerates all declared deep links and universal links
from apple-app-site-association, assetlinks.json, and PWA manifest files, then generates tests
that fire each URI scheme and assert the correct screen or web fallback is reached. Covers both
cold-start and in-app navigation scenarios.
Env vars: PLATFORM, APP_BUNDLE_ID, DEVICE_ID. (qa-agentic-team)
Repository SourceNeeds Review
qa-env-parity
Environment configuration parity checker. Compares declared env vars, feature flags,
and config keys across dev/staging/production environment files to detect silent drift
that causes 'works in staging' failures. Generates a structured drift report with LLM
classification of missing required keys, mismatched values, and stale orphaned entries.
Env vars: PARITY_ENVIRONMENTS, PARITY_REQUIRED_KEYS. (qa-agentic-team)
Repository SourceNeeds Review
qa-explore
Swarm exploratory testing skill. Spawns N parallel browser agents that autonomously
explore a running web app — clicking links, submitting forms with dummy data, recording
console errors, broken links, 4xx/5xx responses, and unexpected redirects. No scripts
required. Use when asked to "explore the app", "smoke test", "find broken links",
"exploratory test", "vibetest", or after a deploy. (qa-agentic-team)
Repository SourceNeeds Review
qa-a11y
Automated accessibility audit skill. Three-phase pipeline: (1) axe-core rule-based
scan via @axe-core/playwright (covers ~35% WCAG 2.1 AA issues), (2) Claude semantic
layer grouping violations by WCAG POUR principle with user impact and code-level fix
suggestions, (3) AI-generated alt text for images lacking descriptions.
Produces a structured report with WCAG SC references, severity, and fix confidence.
Use when asked to "qa accessibility", "a11y audit", "WCAG check", "axe scan",
or included automatically by /qa-team for web apps. (qa-agentic-team)
Repository SourceNeeds Review