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.

76

Quality

93%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

SKILL.md
Quality
Evals
Security

Quality

Content

87%

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

This is a high-quality skill that delivers dense, opinionated, domain-specific guidance efficiently. Its greatest strengths are conciseness (no wasted tokens explaining what Honeycomb or MCP tools are), actionability (concrete expressions, field names, and heuristics), and excellent progressive disclosure to reference files. The main area for improvement is making the query-building workflow more explicitly sequenced with decision points and validation steps.

Suggestions

Consider adding an explicit numbered workflow for the common investigation pattern (e.g., 1. find_queries → 2. find_columns to validate fields → 3. broad COUNT/GROUP BY → 4. interpret results → 5. narrow with WHERE → 6. HEATMAP if P99/P50 ratio is high → 7. run_bubbleup for outliers) with decision points at each step.

DimensionReasoningScore

Conciseness

The content is lean and efficient throughout. It assumes Claude's competence with Honeycomb and MCP tools, explicitly stating it won't re-document tool parameters. Every section delivers domain-specific insight (e.g., 'Never use AVG for latency') rather than explaining basic concepts. The guardrails in calculated fields are all non-obvious, earned knowledge.

3 / 3

Actionability

Provides concrete, copy-paste-ready patterns: specific operation choices with exact field names (e.g., `P99(duration_ms)`), calculated field expressions (e.g., `MUL(IF($error, 1, 0), 100)`), specific tool calls (`find_columns`, `find_queries`, `run_bubbleup`), and precise heuristics (P99/P50 > 10x). The operation selection table maps questions directly to specific operations.

3 / 3

Workflow Clarity

The 'Before Every Query' section provides pre-flight checks and the 'Start broad, narrow with WHERE' principle gives a general workflow, but there's no explicit sequenced workflow with validation checkpoints or feedback loops. For a query-building skill this is less critical than for destructive operations, but the investigation flow (broad → narrow → interpret → bubbleup) could be more explicitly sequenced with decision points.

2 / 3

Progressive Disclosure

Excellent structure: the main file provides an opinionated overview with key patterns, then clearly signals five reference files for deeper content (calculated fields, relational fields, visualize operations, query examples, result interpretation). References are one level deep, well-labeled with descriptions, and cross-references to related skills are included. Navigation is straightforward.

3 / 3

Total

11

/

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 an excellent skill description that is highly specific, includes rich natural trigger terms, clearly answers both what and when, and explicitly distinguishes itself from a related skill (metrics-queries). It uses proper third-person voice throughout and provides concrete examples of user requests that would trigger it. The description is detailed without being padded with fluff.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions and concepts: operation selection (percentiles not AVG, HEATMAP), relational field patterns (root., parent., any., none.), calculated fields, query math, result interpretation (P99/P50 ratios, heatmap bands, TOTAL/OTHER rows, raw JSON via query_result_json).

3 / 3

Completeness

Clearly answers both 'what' (constructing and interpreting Honeycomb queries with specific operations, fields, and patterns) and 'when' (explicit 'Use this skill when...' clause with trigger scenarios), plus includes a boundary condition distinguishing it from metrics-queries.

3 / 3

Trigger Term Quality

Excellent coverage of natural user phrases: 'show me latency', 'error rate', 'find slow requests', 'find outliers', 'interpret results', 'relational fields', 'calculated fields', 'download raw results', plus domain terms like spans, traces, log/event data, Honeycomb.

3 / 3

Distinctiveness Conflict Risk

Highly distinctive with a clear niche (Honeycomb trace/event queries) and explicitly delineates its boundary from the metrics-queries skill for metrics datasets, making conflict very unlikely.

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.