googlechrome/lighthouse · Archived

lighthouse-verification

Instructions for how to validate changes made to Lighthouse. Must invoke when making changes to Lighthouse.

First seen Jul 3, 2026

Installation

$ npx skills add googlechrome/lighthouse --skill lighthouse-verification

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 30.7K
License LICENSE
Default branch main
Open issues 428
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 531 B
  • docs SUMMARY.md 138 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 10 installs

SKILL.md

Lighthouse verification

Run a subset of the unit tests like this:

yarn mocha test/files/to/run

Don't run "yarn unit" - it takes too long.

Run typechecking and linter:

yarn type-check
yarn lint --fix

Make sure to run some unit tests and the type-checker / linter after making changes.

Always run yarn update:sample-json after making any change.