CtrlK
BlogDocsLog inGet started
Tessl Logo

aws-cloudwatch-url-builder

Construct deep-link URLs for the AWS CloudWatch console — Logs Insights queries, Alarm detail pages, Metrics graphs. Use when encoding log groups, time ranges, query strings, metric dimensions, or opening CloudWatch views in a Playwright browser session. Keywords: CloudWatch deep-link Logs-Insights alarm metrics fragment-encoding *XX-encoding epoch timestamp hash-routing url-construction SPA alarm-detail metric-graph log-group query-string cloudwatch-console.

68

Quality

82%

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

SKILL.md
Quality
Evals
Security

Quality

Content

72%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.

A well-structured, information-dense body with an excellent body/reference split and concrete encoded examples, undermined by one internal contradiction: the workflow's verification step instructs checking 10-digit epoch timestamps while an anti-pattern forbids epoch timestamps in favor of ISO 8601. Fixing that stale checkpoint and adding basic error-recovery guidance would lift the workflow quality to match the rest of the skill.

Suggestions

Fix the contradictory verification step: 'Verify: epoch timestamps are 10-digit seconds' clashes with the anti-pattern requiring ISO 8601 UTC strings — replace it with a check that start/end values are ISO 8601 UTC strings with *3a-encoded colons, alongside the valid region check.

Add a short error-recovery step to the build order (e.g., if the page loads blank or with the wrong query, re-check *XX encoding of value portions and that structural characters ~, (, ), ' are literal).

De-duplicate the UTC guidance (stated fully in both the 'local/BST time' anti-pattern and the alarm time-range anti-pattern) and the alarm-detail-first advice (in both 'Rule of thumb' and the AWS/Lambda anti-pattern) to tighten token usage.

DimensionReasoningScore

Conciseness

The body is dense with genuinely non-obvious CloudWatch specifics (*XX encoding, ISO-vs-epoch, UTC-vs-BST, metric-filter-vs-native-metric) and wastes no tokens teaching known concepts. Not 5 because there is redundant repetition: the UTC rule appears in two separate anti-patterns and the alarm-detail-first advice appears both in 'Rule of thumb for alarms' and in anti-pattern 3. Not 3 because the padding is minor, not 'several unnecessary explanations'.

4 / 5

Actionability

Guidance is mostly executable with concrete encoded strings ("start~'2026-04-07T02*3a30*3a00.000Z", "*2faws*2flambda*2fmy-fn", the exact "?~(timeRange~(startDate~'{start_iso}~endDate~'{end_iso}))" suffix) and full URL templates in the referenced, verified reference file. Not 5 because the body contains a contradictory instruction — 'Verify: epoch timestamps are 10-digit seconds' conflicts with the anti-pattern 'NEVER use epoch integers for Logs Insights time range' — and no complete copy-paste example URL appears inline.

4 / 5

Workflow Clarity

The five-step 'Build order' gives a clear sequence with an explicit verification step ('epoch timestamps are 10-digit seconds, region appears in both subdomain and query string'), but one of the two checkpoints contradicts the skill's own anti-pattern that mandates ISO 8601 strings over epoch integers, making the validation misleading. There is also no error-recovery/feedback guidance if the constructed URL loads the wrong view. This matches the level-3 anchor 'steps listed but validation gaps' better than level 4's 'most checkpoints present; minor validation gaps', because the flaw is a wrong checkpoint rather than a small omission.

3 / 5

Progressive Disclosure

The split is exemplary: the body carries the overview, decision rules, and anti-patterns, while encoding tables and full URL templates live in references/encoding-reference.md — a real file, clearly signaled twice ('Compose the URL using the template in references/encoding-reference.md' and a linked References section), exactly one level deep. Matches the level-5 anchor 'clear overview with well-signaled one-level-deep references'.

5 / 5

Total

16

/

20

Passed

Description

92%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.

A strong description: third-person voice, concrete multi-action capability statement, an explicit 'Use when...' trigger clause, and a niche scope with distinct triggers. The only weakness is a keyword list that mixes genuinely natural terms with implementation jargon (SPA, hash-routing, *XX-encoding) while missing a few everyday synonyms like 'link'.

DimensionReasoningScore

Specificity

The description lists multiple concrete actions with comprehensive coverage of the domain: "Construct deep-link URLs for the AWS CloudWatch console — Logs Insights queries, Alarm detail pages, Metrics graphs" plus "encoding log groups, time ranges, query strings, metric dimensions". It clearly matches the anchor 'Lists multiple specific concrete actions; comprehensive coverage', and is not level 4 because there are no minor gaps — all three page types and their parameters are named.

5 / 5

Completeness

It explicitly answers both questions: the "what" is "Construct deep-link URLs for the AWS CloudWatch console — Logs Insights queries, Alarm detail pages, Metrics graphs" and the "when" is an explicit "Use when encoding log groups, time ranges, query strings, metric dimensions, or opening CloudWatch views in a Playwright browser session" clause with concrete triggers. This matches the level-5 anchor exactly; nothing is only implied.

5 / 5

Trigger Term Quality

Natural trigger terms are present ("CloudWatch", "alarm", "metrics", "Logs-Insights", "log-group", "query-string"), giving good coverage, but several keywords are internal jargon a user would never say ("*XX-encoding", "hash-routing", "SPA", "fragment-encoding") and common synonyms like "link" or "console URL" are missing. Not 5 because synonym/variation coverage is incomplete; not 3 because the natural terms users would actually say are well represented.

4 / 5

Distinctiveness Conflict Risk

It occupies a clear niche (CloudWatch console deep-link URL construction) with distinct triggers unlikely to fire for other skills. Not 4: the only adjacent skill (general AWS console navigation) is distinguished by the URL-construction focus and CloudWatch-specific triggers, giving minimal conflict risk.

5 / 5

Total

19

/

20

Passed

Validation

93%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

15

/

16

Passed

Repository
pantheon-org/tekhne
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.