CtrlK
BlogDocsLog inGet started
Tessl Logo

resolve-verification-issues

Eliminate plugin verification warnings and errors (Internal API usage, Override-only API usage, etc.) identified by ./gradlew verifyPlugin.

59

Quality

67%

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 ./.agents/skills/resolve-verification-issues/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

77%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.

The body is well-structured with strong validation checkpoints and feedback loops, but the central fix step lacks concrete guidance and the objective is redundantly restated. Tightening the repetition and adding actionable fix techniques would raise the weaker dimensions.

Suggestions

Add concrete resolution techniques for the common issue types (e.g., replacing internal APIs with public equivalents, adding @NotNull annotations, using PsiElement-based APIs) instead of the abstract 'Resolve the specific issue'.

Remove the redundant restatement of the objective — keep it only in the frontmatter or a single 'Objective' line.

Optionally link a reference file cataloging common verifyPlugin issue types and their known fixes to deepen the core actionability.

DimensionReasoningScore

Conciseness

Mostly lean with concrete commands and no over-explanation of known concepts, but the objective is restated three times (frontmatter, opening line, and 'Objective' section), which could be trimmed.

4 / 5

Actionability

Verification steps use concrete executable commands ('./gradlew verifyPlugin', './gradlew runIde'), but the core 'Implement Fix' step is abstract ('Resolve the specific issue') with no concrete technique for actually eliminating an internal/override-only API usage.

3 / 5

Workflow Clarity

A clear six-step sequence with explicit validation checkpoints (baseline testClasses/test, re-run verifyPlugin, test for regressions) and a feedback loop (re-run verifyPlugin to confirm the warning is gone).

5 / 5

Progressive Disclosure

Under 50 lines, single-purpose, and well-organized into clearly labeled sections with no external bundle files to navigate; meets the simple-skill exception for progressive disclosure.

5 / 5

Total

17

/

20

Passed

Description

57%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.

The description is specific and well-scoped to a distinct niche, but omits explicit 'when to use' guidance and offers limited synonym coverage for triggers. Adding a 'Use when...' clause would lift the completeness and trigger-term dimensions.

Suggestions

Append a 'Use when...' clause naming the natural trigger phrases (e.g., 'Use when ./gradlew verifyPlugin reports Internal API or Override-only API issues').

Add common synonyms/variations users might say, such as 'plugin compatibility checks' or 'experimental API usage'.

Consider listing more than one concrete action (e.g., 'identify, resolve, and verify') to broaden specificity beyond the single verb 'Eliminate'.

DimensionReasoningScore

Specificity

Names the domain and concrete issue types ('Internal API usage, Override-only API usage') but centers on a single action verb ('Eliminate') rather than listing several distinct actions.

3 / 5

Completeness

Has a clear 'what' but no 'Use when...' clause or equivalent explicit trigger guidance, which caps completeness at 3 per the rubric.

3 / 5

Trigger Term Quality

Includes relevant natural terms ('plugin verification warnings', 'verifyPlugin', 'gradlew') but lacks common variations or synonyms a user might phrase differently.

3 / 5

Distinctiveness Conflict Risk

Targets a narrow IntelliJ plugin-verification niche tied to a specific Gradle task, with minimal overlap risk against other skills.

5 / 5

Total

14

/

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
flutter/flutter-intellij
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.