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)

Safety Notice

This listing is imported from SkillsMP metadata and should be treated as untrusted until upstream source review is completed.

Copy this and send it to your AI assistant to learn

Install skill "qa-ci-trace" with this command: npx skills add vslvslv/skillsmp-vslvslv-vslvslv-qa-ci-trace

No markdown body

This source entry does not include full markdown content beyond metadata.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

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
Coding

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
Coding

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
Security

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
qa-ci-trace | V50.AI