CtrlK
BlogDocsLog inGet started
Tessl Logo

testland/web-vitals-inp-deep

Deep INP (Interaction to Next Paint) testing: decomposes input delay, processing duration, and presentation delay via the web-vitals/attribution build, asserts per-interaction INP budgets in Playwright using PerformanceObserver plus the web-vitals visibilitychange flush, and identifies long tasks blocking the main thread. Use when a page feels unresponsive while LCP and CLS are green, or to gate key interactions (form submit, modal open, route change) under an INP budget in CI. Covers interactions only - for page-load Web Vitals gating use lighthouse-perf; for service-worker cache-strategy latency use the qa-pwa plugin's service-worker skills.

72

Quality

91%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

High

Do not use without reviewing

Overview
Quality
Evals
Security
Files

Quality

Content

88%Weight 40%Scale 1-5

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

A high-quality, executable skill body with a clear sequenced workflow, concrete code, and well-signaled references. Tightening a few explanatory asides would push conciseness to the top anchor.

DimensionReasoningScore

Conciseness

Mostly lean and assumes competence with focused step/code blocks; a few small explanatory asides (the INP definition quote, LoAF Baseline rationale) are justified but keep it just short of fully tight.

4 / 5

Actionability

Fully executable copy-paste-ready code across every step — install command, onINP usage, attribution build, a complete Playwright test including the visibilityState-redefine flush trick, long-task observer with buffered:true, and a CrUX curl — covering the common cases.

5 / 5

Workflow Clarity

A clear 6-step sequence with explicit validation checkpoints (budget assertions, flush behavior, guarded LoAF observer) and feedback guidance; not a destructive/batch workflow so the validation cap does not bind.

5 / 5

Progressive Disclosure

Well-organized into clear sections with a one-level-deep References block of external link references and no nested file indirection; no bundle files exist, so the self-contained single file is appropriate, though references are external URLs rather than split bundle files.

4 / 5

Total

18

/

20

Passed

Description

92%Weight 40%Scale 1-5

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

A highly specific, complete description with explicit trigger guidance and clear boundary delineation against sibling skills. Minor room to surface a few more natural synonyms directly in the prose.

DimensionReasoningScore

Specificity

Names multiple concrete actions — 'decomposes input delay, processing duration, and presentation delay via the web-vitals/attribution build', 'asserts per-interaction INP budgets in Playwright', 'identifies long tasks blocking the main thread' — giving comprehensive coverage.

5 / 5

Completeness

Explicitly answers both what (decompose, assert, identify long tasks) and when via a concrete 'Use when...' clause with multiple trigger scenarios and a CI gating case.

5 / 5

Trigger Term Quality

Strong natural terms ('page feels unresponsive', 'LCP and CLS are green', 'form submit, modal open, route change', 'INP budget in CI') but a few common synonyms users might say (e.g., 'Core Web Vitals', 'responsiveness') are only in metadata keywords, not the description itself.

4 / 5

Distinctiveness Conflict Risk

Clear niche (INP / interactions only) with explicit boundary guidance steering page-load gating to lighthouse-perf and SW cache latency to qa-pwa, minimizing wrong-skill triggering.

5 / 5

Total

19

/

20

Passed

Validation

93%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_version

'metadata.version' is missing

Warning

Total

15

/

16

Passed

Reviewed

Table of Contents