lighthouse-scanner

Detect and interpret Lighthouse CI accessibility results to identify regressions.

Updated Aug 16, 2025
One-click install
npx skills add https://github.com/dodyg/blue-nile-pds --skill lighthouse-scanner-dodyg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lighthouse-scanner
Source: https://github.com/dodyg/blue-nile-pds/tree/main/.agents/skills/lighthouse-scanner
Command: npx skills add https://github.com/dodyg/blue-nile-pds --skill lighthouse-scanner-dodyg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides integration patterns for Lighthouse CI accessibility auditing. It teaches agents how to detect Lighthouse CI configuration, parse accessibility audit results, map findings to the standard severity model, correlate with local axe-core scans, and track score regressions.

Core Features & Use Cases

  • Detect presence of Lighthouse CI workflow and config files.
  • Parse accessibility audit results and map to the standard severity model.
  • Correlate Lighthouse results with local axe-core scans for higher confidence.
  • Track score regressions across runs and report trends to maintainers.

Quick Start

Run a Lighthouse CI audit in your CI pipeline and feed the results to the agent for analysis.

Frequently Asked Questions about lighthouse-scanner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track Lighthouse CI accessibility score regressions across runs?

Lighthouse CI detects accessibility regressions by parsing CI configuration files, extracting accessibility audit results, mapping them to severity levels, and tracking score trends across multiple pipeline runs.

What is the best way to correlate Lighthouse CI results with local axe-core scans?

Correlating Lighthouse CI results with local axe-core findings involves normalizing both sets of accessibility audit data and cross-referencing the matched findings to achieve higher confidence in reported regression issues.

Can I use Lighthouse CI to map accessibility audits to a standard severity model?

Yes, Lighthouse CI accessibility audits can be parsed and mapped to a standard severity model by extracting individual audit results from the output and categorizing them based on their impact and failure status.

How do I detect if a project has a Lighthouse CI workflow configured?

Detecting a Lighthouse CI workflow involves scanning the project repository for specific CI pipeline configuration files and parsing them to verify if Lighthouse accessibility auditing steps are present.

Does Lighthouse CI work for both automated pipeline scans and local accessibility audits?

Yes, Lighthouse CI handles workflow detection, config parsing, and result normalization for accessibility auditing in both automated CI pipelines and local scan environments to identify potential regressions.