CtrlK
BlogDocsLog inGet started
Tessl Logo

turbo-fetch

Implement dynamic form updates using Turbo Streams and Stimulus. Use when forms need to update fields based on user selections without full page reloads, such as cascading dropdowns, conditional fields, or dynamic option lists.

65

Quality

77%

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/turbo-fetch/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

67%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 well-structured, actionable skill with concrete code for the full Turbo Fetch pattern and clear sequencing. The main weakness is redundancy between the Implementation Steps and the Examples section, plus a few undefined helper references.

Suggestions

Remove or condense the "Examples from Codebase" section, since it duplicates the route/controller/view/form code already shown in Implementation Steps — keep only what differs (e.g., `as: :tom_select, allow_create: true`).

Define or stub `dimension_fields_partial_path` and replace the literal `...` in `material_params` so the examples are fully executable without guessing.

Trim the "Available turbo stream actions" list, which documents basic Turbo Stream primitives Claude already knows, down to only the non-obvious behaviors used by this pattern.

DimensionReasoningScore

Conciseness

The "Examples from Codebase" section re-states the route, controller, view, and form already shown in Implementation Steps, and "Available turbo stream actions" lists basic Turbo primitives Claude already knows; tightening this duplication would lift it above the midpoint.

3 / 5

Actionability

Concrete, mostly copy-paste-ready code is given for routing, controller, slim view, and the Stimulus JS controller; minor gaps such as the literal `...` in `material_params` and the undefined `dimension_fields_partial_path` helper keep it just below fully executable.

4 / 5

Workflow Clarity

Five numbered implementation steps give a clear sequence, and the operation is explicitly non-destructive ("creates instances but never saves"), so the missing explicit validation checkpoint is a minor gap rather than a cap; the Troubleshooting section provides recovery guidance.

4 / 5

Progressive Disclosure

No bundle files exist and the single SKILL.md is organized into clear sections (When to Use, Pattern Overview, Implementation Steps, Examples, Common Patterns, Tips, Troubleshooting); at over 170 lines some content (Examples/Common Patterns) could be split out, keeping it just below a 5.

4 / 5

Total

15

/

20

Passed

Description

87%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 strong description that clearly states the capability and gives concrete, natural trigger phrases for when to use it. It is distinctive and third-person, with only minor room to broaden synonym coverage.

DimensionReasoningScore

Specificity

"Implement dynamic form updates" names the domain and a concrete action, expanded with three specific sub-cases ("cascading dropdowns, conditional fields, or dynamic option lists"); not a 5 because the action set is one main capability rather than multiple distinct comprehensive actions.

4 / 5

Completeness

Explicitly answers both "what" ("Implement dynamic form updates using Turbo Streams and Stimulus") and "when" ("Use when forms need to update fields based on user selections without full page reloads, such as...") with concrete trigger phrases, matching the 5 anchor.

5 / 5

Trigger Term Quality

Natural developer phrases like "cascading dropdowns", "conditional fields", "dynamic option lists", and "without full page reloads" are present and would be said in practice; not a 5 because synonym/extension coverage is not comprehensive.

4 / 5

Distinctiveness Conflict Risk

The Turbo Streams + Stimulus dynamic-form-update niche is specific with distinct triggers and minimal overlap risk with other skills.

5 / 5

Total

18

/

20

Passed

Validation

100%

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

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
RoleModel/rolemodel-skills
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.