Content
76%Weight 40%Scale 1-5Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is highly actionable with well-organized, executable command examples and useful dense reference tables. Its main weakness is the absence of validation/verification steps for destructive operations like sending email or modifying labels in batch.
Suggestions
Add a verification step after send/send-draft (e.g. confirm via a search for the sent message) and a confirmation/dry-run checkpoint before batch label modifications.
Trim the repeated one-line description under the '# Gmail' heading that duplicates the frontmatter description.
Consider moving the query-syntax and common-label-ID tables into a short reference file to keep SKILL.md as a lean overview.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Tight, copy-pasteable command blocks with no padding about what Gmail or OAuth is; a few redundant inline comments and the duplicate intro line could be trimmed. | 4 / 5 |
Actionability | Every section provides fully executable commands with real flags and worked examples covering the common cases (search, get, send, draft, modify, list-labels). | 5 / 5 |
Workflow Clarity | Setup is sequenced and operations are grouped, but destructive/batch actions (send, send-draft, modify labels) lack any validation or verification checkpoints, which caps this dimension at 3. | 3 / 5 |
Progressive Disclosure | Clear section organization with no nested references and no monolithic wall of text; the dense query-syntax and label-ID tables could optionally be split into reference files but are reasonably placed inline. | 4 / 5 |
Total | 16 / 20 Passed |