Content
85%Weight 40%Scale 1-5Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A well-structured investigation workflow that chains concrete Honeycomb tool calls through a clear, verified sequence and appropriately offloads detail to three flat reference files. Minor trimming of the exception-compatibility paragraph and fuller query examples would push it to the top anchor.
Suggestions
Move the LogRecordProcessor / parent-span exception compatibility paragraph into trace-exploration.md, keeping only the 'discover the schema, query event.name=exception, sample a trace.trace_id' directive inline.
Add one complete copy-paste query example per pattern (e.g., a full HEATMAP(duration_ms) GROUP BY service.name query) so the common cases are executable without consulting the reference.
The 'Investigation Patterns' section repeats much of the Error Surge / Latency Spike steps already in Step 2–5; consider condensing it to a quick-reference table to reduce redundancy.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is efficient and explicitly defers tool parameters to the MCP docs rather than re-explaining them, but the LogRecordProcessor compatibility paragraph is dense enough it could be trimmed or moved to a reference. | 4 / 5 |
Actionability | Concrete tool names (get_workspace_context, run_bubbleup, get_trace, create_board) and specific query fragments (P99(duration_ms), HEATMAP, count by service/route/category) are given throughout, though fragments are not full copy-paste queries. | 4 / 5 |
Workflow Clarity | A clear six-step sequence (Orient → Characterize → BubbleUp → Drill → Verify → Record) with an explicit verification checkpoint in Step 5 (query with vs without the suspected cause) plus error-recovery guidance in 'When Results Are Empty or Unclear'. | 5 / 5 |
Progressive Disclosure | The body is an overview that points to three real one-level-deep reference files (investigation-playbooks, bubbleup-guide, trace-exploration), each with a one-line description and no nested references, giving easy navigation. | 5 / 5 |
Total | 18 / 20 Passed |