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 service-worker cache-strategy latency use service-worker-tests.

79

Quality

99%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Overview
Quality
Evals
Security
Files

Quality

Content

100%

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

A tight, hands-on testing skill with executable Playwright code, explicit gotcha-checkpoints, and well-organized sections. No verbosity, no nested references, no concept padding.

DimensionReasoningScore

Conciseness

Lean, dense, actionable body with no padded explanations of concepts Claude already knows; code comments are justified gotchas (visibilitychange flush ordering, closure-vs-window array trap) that each earn their place.

3 / 3

Actionability

Fully executable throughout — install command, onINP usage, attribution decomposition, a complete Playwright test with the visibilityState-redefine flush trick, a long-task observer test, and a real CrUX curl; copy-paste ready.

3 / 3

Workflow Clarity

Clear numbered Step 1–6 sequence with explicit checkpoints (install observer before navigation; redefine visibilityState before dispatching the event), and the anti-patterns table codifies the validate-style feedback loop (run N times, assert P75).

3 / 3

Progressive Disclosure

Self-contained single-file skill with no bundle directories; sections are well-organized (When to use, Steps, Anti-patterns, Limitations, References) and the References are one-level-deep external URLs, not nested file indirection.

3 / 3

Total

12

/

12

Passed

Description

100%

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, third-person description that clearly states capabilities, gives explicit use-when triggers, and disambiguates from a sibling skill. No vague fluff or over-claims.

DimensionReasoningScore

Specificity

Enumerates multiple concrete actions — 'decomposes input delay, processing duration, and presentation delay', 'asserts per-interaction INP budgets in Playwright', 'identifies long tasks blocking the main thread' — matching the multi-action anchor.

3 / 3

Completeness

Explicitly states what the skill does (decompose, assert, identify) and provides an explicit 'Use when...' clause with concrete triggers, satisfying both what and when.

3 / 3

Trigger Term Quality

Includes natural user phrasings ('page feels unresponsive while LCP and CLS are green', 'form submit, modal open, route change', 'INP budget in CI') covering both symptom language and concrete interaction types.

3 / 3

Distinctiveness Conflict Risk

Narrow INP niche with an explicit hand-off ('Covers interactions only: for service-worker cache-strategy latency use service-worker-tests') reduces conflict with adjacent skills.

3 / 3

Total

12

/

12

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