lighthouse-scanner

Detect Lighthouse CI configurations and analyze accessibility audit results.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/josephblais/jeeby-cms --skill lighthouse-scanner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lighthouse-scanner
Source: https://github.com/josephblais/jeeby-cms/tree/main/.github/skills/lighthouse-scanner
Command: npx skills add https://github.com/josephblais/jeeby-cms --skill lighthouse-scanner

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps agents integrate Lighthouse CI into development workflows to automatically audit web accessibility, detect configuration, and analyze results.

Core Features & Use Cases

  • CI Integration Detection: Identifies Lighthouse CI usage in GitHub Actions workflows and configuration files.
  • Accessibility Audit Analysis: Parses Lighthouse accessibility scores and individual audit findings.
  • Correlation & Regression Tracking: Maps Lighthouse findings to axe-core rules and detects score regressions over time.
  • Use Case: An agent can use this Skill to verify that a new feature branch has passed its automated accessibility audits in CI before merging.

Quick Start

Use the lighthouse-scanner skill to detect Lighthouse CI configuration files in the repository.

Frequently Asked Questions about lighthouse-scanner

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

FAQPage Schema
How do I audit web accessibility scores in GitHub Actions CI?

To track Lighthouse accessibility score regressions in CI, configure Lighthouse CI in your GitHub Actions workflows. This Skill detects configuration files, parses accessibility scores, and maps findings to axe-core rules to monitor score drops over time.

What is the best way to map Lighthouse CI audit findings to axe-core rules?

Mapping Lighthouse CI audit findings to axe-core rules involves correlating individual accessibility violations detected in the CI pipeline. This Skill automatically performs this correlation to help agents verify compliance with automated web accessibility standards.

Does Lighthouse CI work with GitHub Actions for automated web performance auditing?

Yes, Lighthouse CI works with GitHub Actions for automated web performance and accessibility auditing. This Skill detects Lighthouse CI usage in workflow files and analyzes accessibility audit results to ensure features pass checks before merging.

How do I detect Lighthouse CI configuration files in my repository?

Detecting Lighthouse CI configuration files in a repository involves scanning for workflow and configuration setups. This Skill identifies these files, parses the accessibility scores, and tracks regressions to satisfy automated web accessibility auditing requirements.

Can I track web accessibility score regressions over time using Lighthouse CI?

Yes, you can track web accessibility score regressions over time using Lighthouse CI. This Skill parses historical accessibility scores from CI runs and detects drops, mapping violations to axe-core rules to prevent merging failing code.

Why do I need automated web accessibility auditing in my CI/CD pipelines?

Automated web accessibility auditing in CI/CD pipelines is needed to prevent merging features that fail accessibility checks. This Skill enables agents to detect Lighthouse CI configurations, analyze scores, and track regressions automatically.