CtrlK
BlogDocsLog inGet started
Tessl Logo

otel-instrumentation

Provides guidance on OpenTelemetry SDK setup, custom instrumentation, and sending data to Honeycomb. Trigger phrases: "instrument my app", "add tracing", "set up OpenTelemetry", "configure OTel", "add custom spans", "add attributes to spans", "send traces to Honeycomb", "set up OTLP", "configure sampling", "add span events", "add span links", "set up tracing for [any language]", "configure the OTel Collector", or any request about OpenTelemetry SDK setup, custom instrumentation, or sending data to Honeycomb.

66

Quality

78%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

Fix and improve this skill with Tessl

tessl review fix ./honeycomb/skills/otel-instrumentation/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

57%

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

This is a well-structured skill with excellent progressive disclosure and solid coverage of OpenTelemetry instrumentation for Honeycomb. Its main strengths are the clear reference file organization, the practical 'When to Create a Span' decision table, and the concrete env var configuration blocks. Its weaknesses are that several core sections (custom spans, attributes, span events/links) defer too heavily to reference files without providing inline executable examples, and the overall flow lacks explicit validation checkpoints to confirm instrumentation is working.

Suggestions

Add at least one complete, executable code example inline for creating a custom span (not just a description of the API call) so the most common task is immediately actionable without consulting reference files.

Integrate a verification step into the workflow — e.g., after SDK setup, include a concrete command or query to confirm traces are arriving in Honeycomb (or reference the local-collector-debug-test inline at that point).

Tighten the sampling section by removing the tutorial-style explanations (e.g., the probability math paragraph) and focusing on the decision criteria and configuration commands.

DimensionReasoningScore

Conciseness

The skill is mostly efficient and covers a lot of ground, but some sections are more verbose than necessary for Claude — e.g., the protocol selection explanation, the sampling math walkthrough, and the layered telemetry three-question test are somewhat tutorial-like. The 'When to Create a Span' table is valuable but the surrounding prose could be tighter.

2 / 3

Actionability

The env var configuration blocks are concrete and copy-paste ready, and the timing attributes/exception slug code examples are executable. However, core operations like 'Creating Custom Spans' and 'Adding Attributes to Existing Spans' only describe what to call without providing full executable code — they defer to reference files. Span events and span links are similarly described abstractly with no inline code.

2 / 3

Workflow Clarity

The skill provides a clear prioritization order (What to Instrument: High Value → Medium Value) and a logical progression from setup to instrumentation to sampling. However, there's no explicit step-by-step workflow with validation checkpoints — no 'verify your data is arriving' step inline, no troubleshooting sequence for silent auth failures beyond mentioning the pitfall. The cross-reference to query-patterns for verification is at the very end rather than integrated into the workflow.

2 / 3

Progressive Disclosure

Excellent progressive disclosure structure. The main skill provides a solid overview with clear, well-signaled one-level-deep references to seven specific reference files covering language-specific setup, custom instrumentation, collector config, attribute catalogs, architectural patterns, Lambda patterns, and local debugging. Cross-references to related skills (observability-fundamentals, query-patterns) are also clearly signaled.

3 / 3

Total

9

/

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.

This is a strong skill description that clearly defines its scope around OpenTelemetry instrumentation and Honeycomb integration. It excels in providing an extensive list of natural trigger phrases that cover many user request variations. The description is specific, complete, and distinctive with minimal risk of conflicting with other skills.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions: 'OpenTelemetry SDK setup', 'custom instrumentation', 'sending data to Honeycomb'. The trigger phrases further enumerate specific capabilities like 'add custom spans', 'add attributes to spans', 'configure sampling', 'add span events', 'add span links', 'configure the OTel Collector'.

3 / 3

Completeness

Clearly answers 'what' (OpenTelemetry SDK setup, custom instrumentation, sending data to Honeycomb) and 'when' with an extensive explicit list of trigger phrases that serve as clear selection criteria.

3 / 3

Trigger Term Quality

Excellent coverage of natural trigger terms users would actually say, including variations like 'instrument my app', 'add tracing', 'set up OpenTelemetry', 'configure OTel', 'send traces to Honeycomb', 'set up OTLP', and language-specific setup requests. Covers both casual and technical phrasings.

3 / 3

Distinctiveness Conflict Risk

Highly distinctive with a clear niche around OpenTelemetry and Honeycomb specifically. The trigger terms are domain-specific (OTel, spans, OTLP, tracing, Honeycomb) and unlikely to conflict with other skills.

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.

Repository
honeycombio/agent-skill
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.