Structured logging extensions for Golang using samber/slog-**** packages — multi-handler pipelines (slog-multi), log sampling (slog-sampling), attribute formatting (slog-formatter), HTTP middleware (slog-fiber, slog-gin, slog-chi, slog-echo), and backend routing (slog-datadog, slog-sentry, slog-loki, slog-syslog, slog-logstash, slog-graylog...). Apply when using or adopting slog, or when the codebase already imports any github.com/samber/slog-* package.
98
100%
Does it follow best practices?
Impact
100%
1.00xAverage score across 3 eval scenarios
Passed
No known issues
Quality
Discovery
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 clearly defines its scope around the samber/slog-* ecosystem in Go. It lists specific capabilities and package names as concrete trigger terms, provides an explicit 'Apply when' clause with both usage-based and codebase-detection triggers, and occupies a very distinct niche that minimizes conflict risk with other skills.
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | Lists multiple specific concrete actions and capabilities: multi-handler pipelines, log sampling, attribute formatting, HTTP middleware (with named packages), and backend routing (with named backends like Datadog, Sentry, Loki, etc.). | 3 / 3 |
Completeness | Clearly answers both 'what' (structured logging extensions with specific capabilities listed) and 'when' ('Apply when using or adopting slog, or when the codebase already imports any github.com/samber/slog-* package'). | 3 / 3 |
Trigger Term Quality | Excellent coverage of natural trigger terms: 'slog', 'Golang', 'structured logging', specific package names like 'slog-multi', 'slog-fiber', 'slog-gin', 'slog-chi', 'slog-echo', 'slog-datadog', 'slog-sentry', 'slog-loki', and the import path 'github.com/samber/slog-*'. Users working with any of these would naturally mention these terms. | 3 / 3 |
Distinctiveness Conflict Risk | Highly distinctive — targets a very specific niche (samber/slog-* packages in Go). The named packages and import path pattern make it extremely unlikely to conflict with other skills, even other Go or logging skills. | 3 / 3 |
Total | 12 / 12 Passed |
Implementation
100%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is an excellent skill file that efficiently covers a complex ecosystem of 20+ packages in a well-structured, actionable format. The pipeline model provides a strong mental framework, tables compress reference information effectively, and code examples are executable and realistic. The progressive disclosure to reference files and cross-references to related skills is well-executed.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The content is dense and efficient. It avoids explaining what slog is or how Go logging works fundamentally, instead jumping straight into the samber-specific pipeline model, constructors, and patterns. Tables are used effectively to compress information. No unnecessary padding or concept explanations. | 3 / 3 |
Actionability | Provides executable Go code examples for routing, sampling, formatting, and HTTP middleware setup. Constructor names, predicate functions, and Config struct fields are all explicitly listed. The code snippets are copy-paste ready with real imports and realistic configurations. | 3 / 3 |
Workflow Clarity | The pipeline model is clearly sequenced (record → Sampling → Pipe → Router → Sinks) with explicit rationale for ordering. The 'Common Mistakes' table serves as validation checkpoints, and the shutdown flush requirements for batch handlers are called out as critical. The performance warnings section provides a diagnostic step (benchmark with go test -bench). | 3 / 3 |
Progressive Disclosure | The skill provides a clear overview with well-signaled one-level-deep references to detailed materials: pipeline-patterns.md, sampling-strategies.md, http-middlewares.md, and backend-handlers.md. Cross-references to related skills are clearly listed at the end. Content is appropriately split between overview and detail files. | 3 / 3 |
Total | 12 / 12 Passed |
Validation
81%Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.
Validation — 9 / 11 Passed
Validation for skill structure
| Criteria | Description | Result |
|---|---|---|
metadata_field | 'metadata' should map string keys to string values | Warning |
frontmatter_unknown_keys | Unknown frontmatter key(s) found; consider removing or moving to metadata | Warning |
Total | 9 / 11 Passed | |
b88f91d
Table of Contents
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.