CtrlK
BlogDocsLog inGet started
Tessl Logo

runtime-error-explainer

Translates cryptic runtime error messages and stack traces into understandable explanations, pointing to the concrete line at fault and the most likely fix. Use when a user pastes an error they don't understand, when a stack trace is deep and the user doesn't know where to start, or when an error message misleads about the real cause.

Install with Tessl CLI

npx tessl i github:santosomar/general-secure-coding-agent-skills --skill runtime-error-explainer
What are skills?

100

Quality

100%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SKILL.md
Review
Evals

Discovery

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.

This is an excellent skill description that clearly articulates specific capabilities (translating errors, identifying faulty lines, suggesting fixes) and provides comprehensive trigger guidance with three distinct use cases. It uses proper third-person voice and includes natural language terms users would actually use when seeking help with errors.

DimensionReasoningScore

Specificity

Lists multiple concrete actions: 'Translates cryptic runtime error messages and stack traces into understandable explanations', 'pointing to the concrete line at fault', and 'the most likely fix'. These are specific, actionable capabilities.

3 / 3

Completeness

Clearly answers both what (translates errors, points to faulty line, suggests fix) AND when with explicit 'Use when' clause covering three distinct trigger scenarios: pasted errors, deep stack traces, and misleading error messages.

3 / 3

Trigger Term Quality

Includes natural keywords users would say: 'error messages', 'stack traces', 'error they don't understand', 'stack trace is deep'. These match how users naturally describe debugging problems.

3 / 3

Distinctiveness Conflict Risk

Has a clear niche focused specifically on error interpretation and debugging. The triggers are distinct ('cryptic runtime error', 'stack traces', 'error message misleads') and unlikely to conflict with general coding or documentation skills.

3 / 3

Total

12

/

12

Passed

Implementation

100%

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

Excellent skill that demonstrates expert-level understanding of error diagnosis. The 'errors that lie' table is particularly valuable—it captures non-obvious debugging knowledge that even experienced developers may not have systematized. The worked example and output format ensure consistent, actionable responses.

DimensionReasoningScore

Conciseness

Every section earns its place. No explanation of what exceptions are or how stack traces work in general—assumes Claude knows. Tables are dense and scannable. The 'Do not' section prevents common verbose anti-patterns.

3 / 3

Actionability

Provides concrete translation templates, a fully worked example with real stack trace, specific diagnostic commands, and a structured output format. The error-to-cause mapping table is immediately usable.

3 / 3

Workflow Clarity

Clear sequence: read stack in correct direction → identify user code frame → check if error lies → unwrap chained exceptions → apply template → output structured explanation. The worked example demonstrates the full workflow.

3 / 3

Progressive Disclosure

Well-organized single file appropriate for this skill's scope. Tables provide quick reference, worked example provides depth, edge cases handle special situations. No need for external files given the focused nature of the task.

3 / 3

Total

12

/

12

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.

Validation11 / 11 Passed

Validation for skill structure

No warnings or errors.

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.