lighthouse-audit

Parse Lighthouse reports to identify failing accessibility, SEO, and best-practices audits.

3|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/Develonaut/bnto --skill lighthouse-audit
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: lighthouse-audit
Source: https://github.com/Develonaut/bnto/tree/main/.claude/skills/lighthouse-audit
Command: npx skills add https://github.com/Develonaut/bnto --skill lighthouse-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Lighthouse audits identify accessibility, performance, SEO issues, and best practices shortcomings across routes, and provide a basis to drive fixes before deployment.

Core Features & Use Cases

  • Lighthouse-based auditing: Run audits locally or in CI to detect failing audits and track improvements.
  • Triage & Plan: Parse reports, rank failures by impact, and generate a fix plan for developers.
  • Use Case: Imagine a web app with degraded Lighthouse scores after a change; use this skill to identify failing audits and propose concrete code changes.

Quick Start

Run a local Lighthouse audit and review the generated fix plan before applying any changes.

Frequently Asked Questions about lighthouse-audit

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

FAQPage Schema
How do I parse Lighthouse reports from CI artifacts to identify failing audits?▼

To parse Lighthouse reports from CI artifacts, you can run a structured workflow that downloads the artifacts, identifies failing audits across accessibility, SEO, and best-practices, and presents findings before fixes are applied. This process produces a ranked fix plan.

What is the best way to triage Lighthouse failures for accessibility and SEO issues?▼

The best way to triage Lighthouse failures is to parse generated reports, rank the accessibility and SEO failures by impact, and generate a structured fix plan for developers. This approach ensures you address the most critical issues first before deployment.

Can I use Lighthouse audits in local development to detect best-practices shortcomings?▼

Yes, you can use Lighthouse audits in local development to detect best-practices shortcomings. The skill runs audits locally, parses the reports to identify failing audits, and presents a documented fix plan for your review before any changes are applied.

Does this Lighthouse audit workflow enforce user approval gates before applying fixes?▼

Yes, the Lighthouse audit workflow enforces user approval gates before applying fixes. It follows a structured process of activation, report parsing, and user approval to ensure you review the documented fix plan before any code changes are implemented.

Why do I need a structured workflow to track Lighthouse score improvements?▼

You need a structured workflow to track Lighthouse score improvements because it systematically identifies failing audits, ranks them by impact, and generates a fix plan. This ensures degraded scores after code changes are addressed with concrete, verified improvements.