CtrlK
BlogDocsLog inGet started
Tessl Logo

error-recovery

Standard recovery patterns for all squad agents. When something fails, adapt — don't just report the failure.

56

Quality

65%

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 ./.copilot/skills/error-recovery/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

81%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 well-structured, actionable error-recovery reference with concrete parameters, explicit validation/feedback loops, and a useful failure-type-to-pattern selection table. Its main weakness is that it is a monolithic single file with a slightly redundant intro line rather than a lean overview pointing to deeper materials.

DimensionReasoningScore

Conciseness

The body is efficient: each pattern is a tight When/Pattern/Example block with concrete parameters like "start at 2s, double each attempt" and "Maximum 3 retries", and it avoids explaining concepts Claude already knows. It is not a 5 only because the opening line restates the frontmatter description and a few example lines could be trimmed.

4 / 5

Actionability

As an instruction-only skill it gives concrete, actionable numbered steps with specific thresholds (2s/4s/8s backoff, max 3 retries, max 3 fix-retry cycles) and concrete worked examples ("API call returns 429 → wait 2s → retry..."). It stops short of 5 because some steps stay abstract ("Hand off to the coordinator", no specified log format).

4 / 5

Workflow Clarity

Each pattern is a clearly numbered multi-step sequence, the Diagnose-and-Fix pattern has an explicit validation checkpoint ("Re-run to verify the fix"), the whole skill is built around error-recovery feedback loops with escalation thresholds, and the selection-guide table acts as a checklist — matching the score-5 anchor of explicit validation, feedback loops, and a checklist.

5 / 5

Progressive Disclosure

The skill is well-organized into five numbered pattern sections plus an "Applying These Patterns" section with a selection table, giving easy navigation. It is a self-contained ~90-line single file with no external references; the structure is good but it does not use one-level-deep reference files, and being over 50 lines it falls just outside the simple-skill exception that would warrant a 5.

4 / 5

Total

17

/

20

Passed

Description

50%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 states a clear domain and an explicit (if general) trigger, but it is thin on concrete capabilities and natural trigger keywords. It is scannable and non-generic thanks to the squad-agent framing, yet would benefit from listing the specific recovery actions it covers.

Suggestions

List concrete actions the skill provides, e.g. "retry with backoff, fall back to alternatives, diagnose-and-fix, escalate with context, degrade gracefully".

Add natural trigger keywords users would say, such as "retry", "error handling", "fallback", or "when a tool or build fails".

Make the "when" clause more specific by naming the failure scenarios the patterns target (API timeouts, build/test failures, missing dependencies).

DimensionReasoningScore

Specificity

It names the domain ("Standard recovery patterns for all squad agents") but the only action stated is the vague imperative "adapt — don't just report the failure"; no concrete capabilities (retry, fallback, escalate, diagnose) are listed. This matches score 2 (names domain, actions minimal/generic) and falls short of 3, which requires 1-2 concrete actions.

2 / 5

Completeness

It answers both "what" ("Standard recovery patterns for all squad agents") and "when" ("When something fails") with an explicit trigger clause, so it clears the missing-trigger cap. It is a 4 rather than 5 because the "when" is general and does not enumerate concrete trigger scenarios (API failures, build breaks, missing tools).

4 / 5

Trigger Term Quality

The description offers only a couple of generic keywords ("recovery patterns", "fails", "failure") and omits the natural phrases a user would actually say ("retry", "error handling", "fallback", "something went wrong"). It sits at score 2 rather than 3 because the keyword set is thin and lacks common variations.

2 / 5

Distinctiveness Conflict Risk

Scoping to "squad agents" gives it a clear niche and mostly distinguishes it from other skills. The trigger "When something fails" is broad and could overlap with related reliability skills, leaving minor conflict risk rather than the minimal risk of a 5.

4 / 5

Total

12

/

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
FritzAndFriends/BlazorWebFormsComponents
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.