CtrlK
BlogDocsLog inGet started
Tessl Logo

maple-csharp-style

.NET / C# OpenTelemetry style for Maple: OpenTelemetry.Extensions.Hosting + OTLP HTTP exporter, ActivitySource for spans, ILogger bridging via OpenTelemetryLoggerProvider, inline endpoint + ingest key.

67

Quality

80%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Critical

Do not install without reviewing

Fix and improve this skill with Tessl

tessl review fix ./skills/maple-csharp-style/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

90%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 and concise, with complete executable examples and clear structure. The only meaningful gap is a missing verification step to confirm data reaches Maple after setup.

Suggestions

Add a short 'Verify' step after bootstrap, e.g. run the app and confirm spans/metrics/logs appear in Maple or check exporter logs for successful OTLP export.

Reconcile the resource builder usage: the standalone 'resource' variable is set on logging but the tracing/metrics branch calls '.ConfigureResource(r => r.AddService(...))' separately, which is mildly inconsistent.

Consider moving the full bootstrap listing or coexistence patterns to a reference file to keep SKILL.md closer to an overview, if the skill grows further.

DimensionReasoningScore

Conciseness

The body is lean and assumes Claude's knowledge of .NET/ASP.NET Core and OpenTelemetry; every section delivers non-obvious specifics (e.g., 'Activity.RecordException lives in OpenTelemetry.Trace') with no padding.

5 / 5

Actionability

Provides copy-paste-ready 'dotnet add package' commands, a complete runnable bootstrap block, and a full OrderService span example with error handling covering traces, metrics, logs, and coexistence.

5 / 5

Workflow Clarity

A clear install→bootstrap→spans→logs→coexistence sequence is present, but there is no validation checkpoint to confirm telemetry actually reaches Maple; since the skill is non-destructive this is a minor gap rather than a cap.

4 / 5

Progressive Disclosure

Well-organized into clear section headers in a single self-contained file with no bundle files to split out; at ~113 lines with a long inline bootstrap block it is slightly above ideal inline length, a minor organization gap.

4 / 5

Total

18

/

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 well-scoped to a distinct niche, but it is missing an explicit 'Use when...' trigger clause, which limits its completeness. Adding trigger phrasing would lift the weakest dimension.

Suggestions

Append a 'Use when...' clause, e.g. 'Use when instrumenting a .NET / C# app to send traces, metrics, and logs to Maple via OpenTelemetry.'

Consider adding a natural synonym such as 'tracing' or 'instrumentation' alongside 'spans' to broaden trigger coverage.

Optionally mention metrics explicitly to round out the capability coverage.

DimensionReasoningScore

Specificity

Names the domain and lists several concrete components — 'OpenTelemetry.Extensions.Hosting + OTLP HTTP exporter, ActivitySource for spans, ILogger bridging via OpenTelemetryLoggerProvider, inline endpoint + ingest key' — with only minor coverage gaps (e.g., metrics not named).

4 / 5

Completeness

Provides a clear 'what' (the specific OTel wiring) but no 'Use when...' or equivalent explicit trigger guidance, which per the rubric caps completeness at 3.

3 / 5

Trigger Term Quality

Includes natural domain terms a user would say ('.NET / C#', 'OpenTelemetry', 'Maple', 'spans') alongside heavier jargon ('OTLP HTTP exporter', 'OpenTelemetryLoggerProvider'), missing a few synonyms like 'tracing' or 'instrumentation'.

4 / 5

Distinctiveness Conflict Risk

The '.NET / C# OpenTelemetry style for Maple' combination is a clear niche with distinct triggers and minimal overlap risk against other-language Maple 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
MapleTechLabs/maple
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.