CtrlK
BlogDocsLog inGet started
Tessl Logo

query-patterns

Opinionated guidance for constructing and interpreting Honeycomb queries on trace and event datasets — operation selection (percentiles not AVG, HEATMAP for distributions), relational field patterns (root., parent., any., none.), calculated fields, query math, and result interpretation (P99/P50 ratios, heatmap bands, TOTAL/OTHER rows, raw JSON via query_result_json). Use this skill when the user wants to query spans, traces, or log/event data in Honeycomb — requests like "show me latency", "error rate", "find slow requests", "find outliers", "interpret results", "relational fields", "calculated fields", or "download raw results". This skill covers all dataset types except metrics datasets (dataset_type=metrics) — for those, use metrics-queries instead.

80

Quality

100%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No known issues

SKILL.md
Quality
Evals
Security

Quality

Content

100%

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

A well-crafted patterns skill: actionable examples, a pre-query checklist with validation, and clean progressive disclosure to real reference files. Body stays lean and assumes Claude's competence throughout.

DimensionReasoningScore

Conciseness

Lean, opinionated guidance that assumes Claude's competence — no padding explaining what traces/spans or queries are; every section adds Honeycomb-specific judgment Claude would not already have. Dense but not verbose.

3 / 3

Actionability

Provides concrete, copy-paste-ready expressions and tool calls throughout — e.g. `COUNT, P99(duration_ms), HEATMAP(duration_ms)`, `MUL(IF($error, 1, 0), 100)`, `any.service.name`, and named MCP calls like `find_queries`, `find_columns`, `run_bubbleup`.

3 / 3

Workflow Clarity

The "Before Every Query" section is an explicit pre-query checklist with a validation checkpoint ("Validate columns with find_columns before querying"), plus a decision table and ordered principles; reads are non-destructive so no retry loop is required.

3 / 3

Progressive Disclosure

The body is a concise overview that points to five one-level-deep reference files (visualize-operations.md, relational-fields.md, query-examples.md, result-interpretation.md, calculated-fields.md), all of which exist in ./references/ and are each clearly signaled with a one-line description.

3 / 3

Total

12

/

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.

A high-quality description: specific, trigger-rich, complete with an explicit Use-when clause, and well-distinguished from sibling skills via an explicit exclusion. No material weaknesses.

DimensionReasoningScore

Specificity

Lists multiple concrete capabilities with specifics — "operation selection (percentiles not AVG, HEATMAP for distributions), relational field patterns (root., parent., any., none.), calculated fields, query math, and result interpretation (P99/P50 ratios, heatmap bands, TOTAL/OTHER rows)" — far beyond naming a domain.

3 / 3

Completeness

Explicitly answers both what (constructing/interpreting Honeycomb queries across named sub-areas) and when via a clear "Use this skill when the user wants to query spans, traces, or log/event data" clause with concrete triggers.

3 / 3

Trigger Term Quality

Embeds natural phrasings users would actually say — "show me latency", "error rate", "find slow requests", "find outliers", "interpret results", "download raw results" — giving good coverage of natural trigger terms.

3 / 3

Distinctiveness Conflict Risk

Niche is sharply scoped to Honeycomb trace/event queries and explicitly excludes metrics datasets ("for those, use metrics-queries instead"), actively disambiguating from a sibling skill.

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.

Validation16 / 16 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.