CtrlK
BlogDocsLog inGet started
Tessl Logo

chatto-debugging

Production debugging tools for NATS streams, KV buckets, and protobuf events. Covers nats CLI commands, stream inspection, protobuf decoding, and message iteration.

62

Quality

73%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./.agents/skills/chatto-debugging/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

76%Weight 40%Scale 1-5

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

The content is highly actionable with copy-paste-ready NATS and protobuf commands and minimal padding. Its main weakness is the absence of an explicit sequenced debugging workflow with validation checkpoints for the batch iteration step.

Suggestions

Add a numbered end-to-end debugging workflow (e.g., list streams → inspect subjects → get message → decode → iterate) with explicit validation/checkpoint steps.

Add error handling to the iteration loop (e.g., guard against missing messages, cap the sequence range, log failures) so the batch operation has a feedback loop.

Trim the ConnectRPC rationale paragraph and the Apple Silicon aside to tighten conciseness.

DimensionReasoningScore

Conciseness

The body is mostly lean technical guidance with no generic concept explanation, though the rationale paragraph about why the ConnectRPC surface is intentionally limited and the Apple Silicon benchmarking aside could be trimmed.

4 / 5

Actionability

Commands are fully executable and copy-paste ready (nats stream ls/subjects/get, nats kv get, the base64|protoc decode pipeline, and the iteration loop), covering the common debugging cases.

5 / 5

Workflow Clarity

Commands are organized in a logical progression (list → subjects → get → decode → iterate) but there is no explicit numbered workflow with validation checkpoints, and the batch iteration loop lacks error/validation handling, capping this at 3.

3 / 5

Progressive Disclosure

The body is well-structured with clear headers and subheaders and is self-contained with no bundle files, but at ~100 lines it exceeds the under-50-line simple-skill threshold that would otherwise allow a 5.

4 / 5

Total

16

/

20

Passed

Description

70%Weight 40%Scale 1-5

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The description is specific and distinct, clearly stating what the skill covers, but it omits any explicit "Use when…" trigger guidance, which caps its completeness. Adding a trigger clause would raise the score meaningfully.

Suggestions

Append an explicit "Use when…" clause, e.g. "Use when debugging production NATS streams, KV buckets, or protobuf events."

Mention KV operations (e.g., listing and reading KV entries) among the covered actions to match the named domain.

Include natural synonyms/extensions like "JetStream" or ".proto" to broaden trigger term coverage.

DimensionReasoningScore

Specificity

Names the domain (NATS streams, KV buckets, protobuf events) and lists several concrete actions ("nats CLI commands", "stream inspection", "protobuf decoding", "message iteration"), with a minor gap — KV operations are named as a domain but not as a covered action.

4 / 5

Completeness

The "what" is clear and concrete, but there is no "Use when…" clause or equivalent explicit trigger guidance, so completeness is capped at 3 per the judging guidelines.

3 / 5

Trigger Term Quality

Good coverage of natural terms for the audience ("NATS streams", "KV buckets", "protobuf events", "nats CLI"), though common variations like "JetStream" or ".proto" are absent.

4 / 5

Distinctiveness Conflict Risk

The NATS/KV/protobuf production-debugging niche is highly specific with distinct triggers and minimal overlap risk with other skills.

5 / 5

Total

16

/

20

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
chattocorp/chatto
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.