lighthouse-bridge

Parse Lighthouse CI reports and track accessibility score regressions.

387|42|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/Community-Access/accessibility-agents --skill lighthouse-bridge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lighthouse-bridge
Source: https://github.com/Community-Access/accessibility-agents/tree/main/.gemini/extensions/a11y-agents/skills/lighthouse-bridge
Command: npx skills add https://github.com/Community-Access/accessibility-agents --skill lighthouse-bridge

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of integrating Lighthouse CI accessibility audit data into the agent ecosystem, ensuring consistent accessibility checks and tracking score regressions.

Core Features & Use Cases

  • Lighthouse CI Detection: Automatically identifies Lighthouse CI configurations within a repository.
  • Report Parsing & Normalization: Extracts and standardizes accessibility findings from Lighthouse reports into a common agent format.
  • Regression Tracking: Compares current audit scores against previous runs to detect and classify score degradations.
  • Deduplication: Correlates Lighthouse findings with local scans to reduce redundant reporting.
  • Use Case: When a pull request triggers a Lighthouse CI audit, this Skill processes the results, identifies any new accessibility regressions, and provides a summary to the development team.

Quick Start

Use the lighthouse-bridge skill to parse the latest Lighthouse CI report and identify any accessibility regressions.

Frequently Asked Questions about lighthouse-bridge

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

FAQPage Schema
How do I track Lighthouse CI accessibility score regressions in pull requests?

You can track Lighthouse CI accessibility regressions by parsing report outputs, normalizing findings into a standard format, and comparing current audit scores against previous CI runs to identify degradations.

What is the best way to deduplicate Lighthouse CI findings against local axe-core scans?

Deduplicating Lighthouse CI findings against local scans involves correlating CI report data with local axe-core results to identify overlapping accessibility issues and remove redundant reports.

Does the lighthouse-bridge skill require a specific CI/CD pipeline configuration?

Yes, the lighthouse-bridge skill requires integration with Lighthouse CI action outputs and local axe-core scan results to perform comprehensive accessibility analysis and regression tracking.

How do I parse Lighthouse CI reports to normalize accessibility findings?

Parsing Lighthouse CI reports extracts accessibility audit data and standardizes the findings into a common agent format, enabling consistent tracking and analysis within the agent ecosystem.

Can I detect Lighthouse CI configurations automatically within my repository?

Automatically detecting Lighthouse CI configurations within a repository allows the skill to identify existing pipelines and seamlessly integrate accessibility audit data processing.