Content
100%Weight 40%Scale 1-3Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A well-structured instruction-only skill body: lean and connector-specific, with concrete tool names and query syntax, a clear numbered mailbox-analysis workflow, and explicit confirmation gating on destructive actions. References are cleanly separated one level deep and all resolve to real files.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The ~80-line body is lean and sectioned, assumes Claude's competence, and avoids explaining concepts Claude already knows; the few explanatory asides (e.g. why search_emails is preferred, the tags list[str] shape) are connector-specific gotchas that earn their tokens rather than padding, so it sits at the score-3 'lean and efficient' anchor and not the score-2 'could be tightened' level. | 3 / 3 |
Actionability | It gives concrete, executable guidance for an instruction-only skill: exact tool names (search_emails, read_email_thread, batch_read_email, search_email_ids), exact query syntax (label:foo, in:anywhere), the required tags shape (list[str]), and concrete system labels; this matches the score-3 'fully executable / copy-paste ready' anchor for non-code guidance rather than the vague (score 1) or pseudocode (score 2) levels. | 3 / 3 |
Workflow Clarity | The 'Mailbox Analysis Pattern' is a clear 8-step numbered sequence, and the destructive/batch operations (send, archive, trash, label) are explicitly gated on 'clear user intent' and explicit confirmation in Write Safety, providing the validation checkpoint the rubric requires; it is therefore not capped at 2 for missing validation and clears the score-3 'explicit validation steps' bar. | 3 / 3 |
Progressive Disclosure | SKILL.md is a concise overview that points to six well-labeled, one-level-deep references via a task-to-reference table, all of which exist on disk (verified: search-workflow, pasted-link-workflow, label-actions, self-delivery, reply-workflow, forward-workflow); content is appropriately split and easy to navigate, matching the score-3 anchor rather than the monolithic (score 1) or poorly-signaled (score 2) levels. | 3 / 3 |
Total | 12 / 12 Passed |