CtrlK
BlogDocsLog inGet started
Tessl Logo

dart-skills-lint-integration

How to integrate, update, and configure the dart_skills_lint validation tool within a repository. Make sure to use this skill whenever the user asks to update dart_skills_lint, configure skills validation tests, fix skills linter dependency drifts, verify repository state before editing, optimize lint rules execution, or draft pull request submission commands.

71

Quality

88%

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

77%

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

The body is highly actionable with executable code and clear validation-gated workflows, but it is verbose in places and keeps all content inline in a single file rather than progressively disclosing detail to bundle files. Tightening the prose and splitting large code examples into referenced files would lift the two 2-scoring dimensions.

Suggestions

Remove the restated-purpose opening paragraph and trim explanatory prose (e.g., 'Always define paths relative to the repository root execution context') to lift conciseness toward a 3.

Move the large Dart validation test blocks and the PR-template population workflow into files under references/ (e.g., VALIDATION_EXAMPLES.md, PR_TEMPLATE.md) and link to them one level deep, improving progressive disclosure.

Add a brief 'Verify' checkpoint to the dependency-management workflow (e.g., confirm the lockfile resolved the new ref via `dart pub deps`) so that destructive ref updates have an inline validation step matching the pre-flight and final checks.

DimensionReasoningScore

Conciseness

Mostly operational guidance with concrete code, but it restates the description's purpose at the top ('Use this skill to verify repository state, update pinned references...') and carries prose padding ('Always define paths relative to the repository root execution context') that could be trimmed. Not a 3 because not every token earns its place; not a 1 because it avoids explaining basic concepts Claude already knows.

2 / 3

Actionability

Provides copy-paste-ready executable blocks across YAML, Dart, and bash, plus specific commands such as 'dart analyze --fatal-infos', 'bin/flutter update-packages --update-hashes', and 'bin/flutter pub get'. Matches the fully-executable anchor; minor placeholders (repoRoot.path, skillsDirectory) are clearly contextual rather than pseudocode.

3 / 3

Workflow Clarity

Sequences are explicit and include validation checkpoints: the pre-flight list gates on 'git status' clean state, tests assert 'expect(isValid, isTrue)', and final verification requires 'dart analyze --fatal-infos' and 'dart format'. Not a 2 because validation is explicit rather than implicit; the dependency-update workflow is bracketed by pre-flight and post-edit verification so the destructive-operations cap does not apply.

3 / 3

Progressive Disclosure

The file is well-organized with clear section headers and no deeply nested references, but it is a monolithic ~170-line single document with long inline code blocks and no bundle files in references/, scripts/, or assets/ that content could be split into. Not a 3 because substantial inline content (full Dart test blocks, PR-template workflow) could live in one-level-deep referenced files; not a 1 because organization and signaling are sound.

2 / 3

Total

10

/

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.

The description is strong: it states concrete capabilities, provides explicit 'use whenever' trigger guidance covering natural user phrasings, and is tightly scoped to a named tool. It would benefit from third-person concision but already avoids first/second-person voice penalties.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'integrate, update, and configure' plus 'update dart_skills_lint', 'configure skills validation tests', 'fix skills linter dependency drifts', 'verify repository state', 'optimize lint rules execution', 'draft pull request submission commands' — matching the multiple-specific-actions anchor.

3 / 3

Completeness

Clearly answers both 'what' (integrate, update, configure dart_skills_lint) and 'when' via the explicit trigger clause 'Make sure to use this skill whenever the user asks to...', satisfying the explicit-trigger requirement rather than the implied-when cap at 2.

3 / 3

Trigger Term Quality

Triggers are phrased as natural user requests ('whenever the user asks to update dart_skills_lint', 'configure skills validation tests', 'fix skills linter dependency drifts') with good coverage of terms a user would actually say. Not the level below because it goes beyond a single generic keyword to a broad set of natural phrasings.

3 / 3

Distinctiveness Conflict Risk

Targets a named, specific tool (dart_skills_lint) with distinct triggers tied to that tool, giving it a clear niche unlikely to fire for unrelated skills.

3 / 3

Total

12

/

12

Passed

Validation

87%

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

Validation14 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_version

'metadata.version' is missing

Warning

metadata_field

'metadata' should map string keys to string values

Warning

Total

14

/

16

Passed

Repository
flutter/agent-plugins
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.