CtrlK
BlogDocsLog inGet started
Tessl Logo

ai-chat

Guidance for improving the Windmill AI chat (copilot), especially global mode — tools, prompts, and context-window discipline. Use when editing chat tools, system prompts, or tool-result shapes under frontend/src/lib/components/copilot/chat, or when changing how the chat manages its context window.

71

Quality

86%

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

SKILL.md
Quality
Evals
Security

Quality

Content

86%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 tight, opinionated guidance skill that conveys hard-won, non-obvious rules concisely with a clear before/after benchmark workflow. The only weakness is that the eval-running mechanics are outsourced to another skill, slightly reducing inline actionability and error-recovery clarity.

Suggestions

Add a one-line pointer to the concrete eval command or the ai-evals skill's run reference so the before/after step is executable inline rather than deferred.

Include an explicit regression-recovery checkpoint (e.g., 'if the post-change A/B regresses on the affected mode, revert the change') to close the workflow's feedback loop.

Name the metric/threshold that decides a passing A/B (what counts as 'no regression') so the validation step is unambiguous.

DimensionReasoningScore

Conciseness

The body is lean and dense — it assumes competence, skips generic explanations, and packs in non-obvious domain specifics (e.g., per-iteration schema tax, the {success, message} invariant) where every token earns its place.

5 / 5

Actionability

Guidance is concrete and specific — 'return { success, message }', 'Optimize finalContextTokens', named files like global/core.ts and the copilot/chat path — but the actual eval invocation is deferred to the external ai-evals skill rather than given inline, leaving a minor execution gap.

4 / 5

Workflow Clarity

The before/after benchmark sequence is explicit and the A/B requirement acts as a validation checkpoint, but there is no explicit regression-recovery loop (e.g., 'if the eval regresses, revert'), leaving minor checkpoint gaps.

4 / 5

Progressive Disclosure

Under 50 lines with no bundle files needed, organized into four clearly headed sections; per the simple-skill exception this is well-structured and easily navigable.

5 / 5

Total

18

/

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, well-scoped description that pairs a concrete 'what' with an explicit 'Use when...' clause tied to specific files and behaviors. Trigger terms are the natural vocabulary of the niche, though a few synonyms would round it out.

DimensionReasoningScore

Specificity

The description lists several concrete actions — 'editing chat tools, system prompts, or tool-result shapes' and 'changing how the chat manages its context window' — anchored to a specific code path, with only minor coverage gaps (e.g., measurement itself is not named as an action).

4 / 5

Completeness

It explicitly answers both what ('Guidance for improving the Windmill AI chat...tools, prompts, and context-window discipline') and when ('Use when editing chat tools, system prompts, or tool-result shapes...or when changing how the chat manages its context window') with concrete trigger phrases.

5 / 5

Trigger Term Quality

Natural domain terms a developer would say ('chat tools', 'system prompts', 'context window', 'copilot') are present and specific, though some common synonyms or variants are missing, placing it just below comprehensive.

4 / 5

Distinctiveness Conflict Risk

Tied to a narrow niche (the Windmill copilot, a specific frontend path) with distinct triggers, giving it a clear scope and minimal overlap 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
windmill-labs/windmill
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.