Content
85%Weight 40%Scale 1-5Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A highly actionable, well-sequenced debugging workflow with concrete Chrome DevTools MCP tool calls and a clear verification loop. Its main weakness is progressive disclosure: three reference files are never linked from the body and significant content (breakdown table, optimization strategies) is duplicated inline rather than referenced.
Suggestions
Link all four reference files from the body (e.g. point to references/lcp-breakdown.md and references/optimization-strategies.md) instead of inlining their content, so SKILL.md stays an overview and the bundle files are discoverable.
Remove the duplicated LCP subparts table from SKILL.md or the reference file to avoid maintaining two copies of the same breakdown.
Trim the 'What is LCP and why it matters' intro to just the thresholds and the 73% stat, dropping the definition sentence that restates knowledge Claude already has.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient and tool-focused, but the opening 'What is LCP and why it matters' section re-explains a concept Claude already knows, and the LCP subparts table is duplicated from references/lcp-breakdown.md; minor over-explanation keeps it just below a 5. | 4 / 5 |
Actionability | Fully executable guidance: concrete tool calls with parameters (e.g. `performance_start_trace` with `reload: true` and `autoStop: true`), named insights (LCPBreakdown, DocumentLatency), and specific fixes (fetchpriority, preload, font-display) cover the common cases. | 5 / 5 |
Workflow Clarity | Five explicitly ordered steps that build on each other, with a 'Common Pitfall' callout and an explicit verification step ('Re-run the trace... compare the new subpart breakdown. The bottleneck should shrink.'); no destructive/batch cap applies to this read-only debugging workflow. | 5 / 5 |
Progressive Disclosure | Only one of four reference files (lcp-snippets.md) is linked from the body, while elements-and-size.md, lcp-breakdown.md, and optimization-strategies.md are orphaned; additionally the LCP breakdown table and optimization strategies are inlined in SKILL.md while fuller versions sit in unreferenced files, fitting the 'content that should be separate is inline' anchor. | 3 / 5 |
Total | 17 / 20 Passed |