CtrlK
BlogDocsLog inGet started
Tessl Logo

workflow-run-tag-resolution

Resolve release tags reliably in follow-on GitHub workflows when the source repo uses annotated tags.

66

Quality

80%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

Fix and improve this skill with Tessl

tessl review fix ./.squad/skills/workflow-run-tag-resolution/SKILL.md
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.

The body is concise, well-structured, and actionable with concrete git commands and a retry loop, losing only marginal points because the commands are presented as fragments rather than a single copy-paste script and the retry is advisory rather than a structured checkpoint.

Suggestions

Consolidate the Good example into one fenced, copy-paste-ready shell script so actionability reaches 5.

Fram the retry as an explicit checkpoint ("Verify a tag points at HEAD_SHA; if empty, wait and retry N times") to strengthen workflow clarity.

Add a brief validation line confirming the resolved tag matches the triggering commit before proceeding.

DimensionReasoningScore

Conciseness

The body is lean with no padding: a one-line context, concise pattern statements, and exact commands in the example, assuming Claude already knows GitHub Actions and git concepts.

5 / 5

Actionability

Concrete executable commands appear (checkout@v4 with fetch-depth:0, git fetch --force --tags, git tag --points-at --sort=-version:refname), but they are distributed across prose and the Good example rather than as a single copy-paste-ready script.

4 / 5

Workflow Clarity

Patterns 1-5 form a clear checkout→resolve→retry sequence with a retry feedback loop for tag-visibility delays, but the retry is described as a recommendation rather than an explicit validate→fail→retry checkpoint structure.

4 / 5

Progressive Disclosure

Under 50 lines with no bundle files needed; the body is well-organized into clear sections (Context, Patterns, Examples, Anti-Patterns), meeting the simple-skill exception for a top score.

5 / 5

Total

18

/

20

Passed

Description

73%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, distinctive, and answers both what and when, but it describes a single core action and lacks a standalone "Use when..." trigger phrase, keeping specificity and completeness at 4 rather than 5.

Suggestions

Lead with a standalone "Use when..." trigger clause (e.g., "Use when a workflow_run-triggered workflow cannot resolve the released tag") to lift completeness to 5.

Add a second concrete capability (e.g., "and validate the resolved tag points at the triggering commit") so specificity reaches the multi-action level.

Include a more colloquial synonym like "release version" alongside "release tags" to broaden natural trigger coverage.

DimensionReasoningScore

Specificity

Names a concrete action ("Resolve release tags") in a specific domain ("follow-on GitHub workflows", "annotated tags"), but it is essentially a single action rather than the several specific actions the score-4 anchor calls for.

3 / 5

Completeness

It states what (resolve release tags in follow-on workflows) and when ("when the source repo uses annotated tags"), but the when clause is embedded rather than a standalone "Use when..." trigger phrase, so it does not reach the explicit-trigger level of 5.

4 / 5

Trigger Term Quality

Natural debugging terms a user would say ("release tags", "GitHub workflows", "annotated tags") are present with good coverage, though it leans technical and omits common synonyms.

4 / 5

Distinctiveness Conflict Risk

The scenario (release-tag resolution in workflow_run follow-ons with annotated tags) is a narrow, well-defined niche with distinct triggers and minimal overlap with other skills.

5 / 5

Total

16

/

20

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

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

15

/

16

Passed

Repository
sbroenne/mcp-server-excel
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.