qa-ci-trace
CI build intelligence from OTel traces. Analyzes build trace data emitted by Honeycomb buildevents
or an OTLP backend to identify the slowest test stages, flappy infrastructure steps, parallelism
opportunities, and recurring failure patterns across recent runs. Produces an actionable CI
optimization report.
Env vars: BUILDEVENTS_APIKEY, CI_TRACE_LOOKBACK, HONEYCOMB_DATASET. (qa-agentic-team)
Repository SourceNeeds Review
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-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