Content
79%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is a strong, highly actionable skill that provides comprehensive, executable guidance for running Lighthouse audits across CLI, Node API, and CI contexts. Its main strengths are conciseness and actionability—every section delivers real, copy-paste ready code. The main weakness is that it functions more as a reference document than a guided workflow, lacking explicit validation checkpoints and decision points between steps.
Suggestions
Add a brief workflow overview at the top showing the recommended progression (e.g., 'Start with CLI → Set budgets → Integrate into CI') to help Claude choose the right approach for the user's context.
Add validation/verification guidance after key steps, such as checking that a JSON report was generated successfully before parsing, or verifying budget violations in CI output.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The content is lean and efficient throughout. It avoids explaining what Lighthouse is or how Chrome works, jumping straight into executable commands and code. Every section delivers actionable content without padding. | 3 / 3 |
Actionability | Every section provides copy-paste ready code: CLI commands with real flags, complete Node API usage with chrome-launcher, full GitHub Actions workflow, LHCI config, JSON parsing, and comparison scripts. All examples are executable and complete. | 3 / 3 |
Workflow Clarity | Individual sections are clear, but the overall workflow lacks explicit sequencing and validation checkpoints. For example, the 'Compare Builds' section doesn't validate that reports were generated successfully before comparing, and there's no guidance on interpreting results to decide next steps. The CI sections are well-structured but the skill as a whole reads more like a reference than a guided workflow. | 2 / 3 |
Progressive Disclosure | The content is well-organized with clear section headers, but it's a fairly long monolithic document (~180 lines of content). The GitHub Actions, LHCI, and comparison script sections could reasonably be split into separate reference files. However, for a standalone skill with no bundle, the flat structure is acceptable and navigable. | 2 / 3 |
Total | 10 / 12 Passed |