CtrlK
BlogDocsLog inGet started
Tessl Logo

notify-templates

Fixed-format templates for Slack alerts, supplier emails, and escalations. Load this whenever the task is "notify", "alert", "email", or "tell ops".

76

Quality

93%

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

87%Weight 40%Scale 1-3

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

A tight, highly actionable notification skill with executable code, concrete routing thresholds, and clean organization. The only gap is the absence of an explicit output-validation checkpoint for batch writes.

Suggestions

Add an explicit validation step for batch sends, e.g. after appending, confirm the new outbox lines parse as JSON ('tail -n +N outbox.jsonl | python -c "import sys,json;[json.loads(l) for l in sys.stdin]"') before reporting success.

For the batch heredoc example, replace the placeholder data source with a one-line concrete read (or name the exact script/output file) so the snippet is fully end-to-end copy-paste ready.

State the expected final-state verification for single sends (e.g. 'confirm one valid JSONL line was appended') to close the feedback loop on the non-batch path as well.

DimensionReasoningScore

Conciseness

Lean and task-focused with no explanations of concepts Claude already knows; opinionated framings like 'you've over-engineered it' earn their tokens rather than padding.

3 / 3

Actionability

Provides fill-ready templates with named slots and copy-paste executable code (json.dumps append to outbox.jsonl), plus a routing table with concrete numeric thresholds.

3 / 3

Workflow Clarity

The fill-then-append sequence is clear with a json.dumps correctness guard and a post-send confirmation, but batch appends lack an explicit validate-the-output-JSONL checkpoint, which caps batch-operation workflow clarity at 2 per the rubric.

2 / 3

Progressive Disclosure

Self-contained skill with no bundle files and no nested references; content is organized into clear, navigable sections with nothing that should be split sitting inline.

3 / 3

Total

11

/

12

Passed

Description

100%Weight 40%Scale 1-3

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, concise description that states concrete deliverables and pairs them with explicit, natural-language trigger terms, answering both 'what' and 'when' in third person. No vague fluff or over-claims.

DimensionReasoningScore

Specificity

Enumerates three concrete deliverable types ('Slack alerts, supplier emails, and escalations') rather than vague actions, matching the 'lists multiple specific concrete actions' anchor.

3 / 3

Completeness

Explicitly answers both what ('Fixed-format templates for Slack alerts, supplier emails, and escalations') and when ('Load this whenever the task is...') with an explicit trigger clause.

3 / 3

Trigger Term Quality

Provides natural user phrasing — 'notify', 'alert', 'email', 'tell ops' — giving good coverage of terms a user would actually say, not technical jargon.

3 / 3

Distinctiveness Conflict Risk

Occupies a clear niche (fixed-format ops notification templates) with distinct triggers, making conflict with unrelated skills unlikely.

3 / 3

Total

12

/

12

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
anthropics/cwc-workshops
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.