CtrlK
BlogDocsLog inGet started
Tessl Logo

flutter-add-integration-test

Configures Flutter Driver for app interaction and converts MCP actions into permanent integration tests. Use when adding integration testing to a project, exploring UI components via MCP, or automating user flows with the integration_test package.

76

Quality

96%

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

92%

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

Strong, actionable content with executable examples and a clear validated workflow. The main weakness is progressive disclosure: everything lives inline in one file rather than splitting detailed examples into referenced bundle files.

Suggestions

Move the host driver and perf_driver script examples into reference files (e.g. references/host_driver.dart, references/perf_driver.dart) and link to them from SKILL.md, keeping only the core app_test example inline.

Add a short 'References' or 'Advanced features' section that explicitly signals the external files so navigation is one level deep and clearly signposted.

Confirm any referenced bundle paths actually exist under references/ or scripts/ so the body's links resolve.

DimensionReasoningScore

Conciseness

The body is lean and directive — it assumes Claude's Flutter competence and avoids explaining concepts Claude already knows, with each section earning its place through concrete commands and code.

3 / 3

Actionability

It provides fully executable commands ('flutter pub add ...', 'flutter drive --driver=...') and complete, copy-paste-ready Dart examples for app_test, host driver, and perf driver scripts.

3 / 3

Workflow Clarity

The 'Workflow' section is a sequenced checklist with an explicit feedback loop — 'Review test output -> If PumpAndSettleTimedOutException occurs... -> Re-run test until passing' — giving clear validation and error-recovery checkpoints.

3 / 3

Progressive Disclosure

The skill is well-organized with a TOC and sections, but it is a monolithic ~156-line single file with all code examples inline and no external references; for a skill this complex, splitting the driver-script examples into one-level-deep reference files would better match the 'content appropriately split' anchor.

2 / 3

Total

11

/

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 concise, well-formed description that clearly states capabilities and provides an explicit 'Use when' trigger clause with natural keywords. It is specific, complete, and distinct from other skills.

DimensionReasoningScore

Specificity

Names multiple concrete actions — 'Configures Flutter Driver for app interaction', 'converts MCP actions into permanent integration tests' — matching the anchor for listing several specific concrete actions.

3 / 3

Completeness

It states both what the skill does (configure Flutter Driver, convert MCP actions to tests) and when to use it via an explicit 'Use when...' clause with concrete triggers.

3 / 3

Trigger Term Quality

The 'Use when...' clause surfaces natural terms a user would say — 'adding integration testing', 'exploring UI components', 'automating user flows', 'integration_test package' — giving good coverage rather than jargon.

3 / 3

Distinctiveness Conflict Risk

The Flutter integration_test / MCP niche and its specific triggers ('integration_test package', 'exploring UI components via MCP') make it unlikely to fire for unrelated 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

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.