CtrlK
BlogDocsLog inGet started
Tessl Logo

streaming-html

Use when reviewing server-side rendering setup, Next.js App Router pages, or Node.js HTTP handlers to verify that HTML is streamed incrementally rather than buffered until completion.

66

Quality

80%

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

Fix and improve this skill with Tessl

tessl review fix ./skills/streaming-html/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

70%

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

A well-organized, short checklist-style skill with a clear review workflow and a clean single-level reference; its main gaps are minor conceptual padding in the intro and the absence of executable code in the body itself.

Suggestions

Tighten or trim the opening paragraph to remove the explanation of why streaming helps perceived performance and LCP, keeping only what Claude would not already know.

Consider adding one small copy-paste example (e.g. a minimal renderToPipeableStream + Suspense snippet) directly in the body so the skill is actionable without opening the reference.

DimensionReasoningScore

Conciseness

The body is mostly lean (terse Quick Reference bullets and short section headings), but the opening paragraph explains why streaming matters and mentions LCP/perceived performance — concepts Claude already knows — adding unnecessary padding.

2 / 3

Actionability

It names concrete tools and APIs ('renderToPipeableStream with Suspense boundaries', 'ReadableStream in a Node.js handler') and a concrete review checklist, but the body itself contains no executable code or commands — actual examples live in the reference file, so it instructs rather than being copy-paste ready.

2 / 3

Workflow Clarity

The Check → Fix → Explain → Code Review sequence is a clear, ordered review workflow, and the Code Review section gives an explicit inspection checklist ('renderToString calls, missing Suspense boundaries, await on slow queries before returning').

3 / 3

Progressive Disclosure

A concise overview in SKILL.md points to a single, clearly signaled one-level reference ('see references/rule.md'), which is a real file with no nested references — content is appropriately split for this short skill.

3 / 3

Total

10

/

12

Passed

Description

90%

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 well-formed description with an explicit trigger clause, natural terminology, and a clear distinct niche; its only weakness is that it describes one verification action rather than enumerating several concrete capabilities.

DimensionReasoningScore

Specificity

It names the domain ('server-side rendering setup, Next.js App Router pages, or Node.js HTTP handlers') and one concrete action ('verify that HTML is streamed incrementally rather than buffered'), but does not list multiple distinct concrete actions like the score-3 anchor; a single verification task scoped to one niche.

2 / 3

Completeness

An explicit 'Use when reviewing...' clause states when to invoke it, and 'to verify that HTML is streamed incrementally rather than buffered until completion' states what it does — both what and when are clearly and explicitly answered.

3 / 3

Trigger Term Quality

Phrases like 'server-side rendering setup', 'Next.js App Router pages', and 'Node.js HTTP handlers' are exactly the natural terms a developer would say when needing this skill, with good coverage of the relevant surface area.

3 / 3

Distinctiveness Conflict Risk

The niche (verifying incremental HTML streaming in SSR/Node handlers) is narrow and tied to specific frameworks, making it unlikely to trigger for unrelated skills.

3 / 3

Total

11

/

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

Repository
thedaviddias/Front-End-Checklist
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.