Content
65%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 content is highly actionable and well-structured but loses points for duplicated material, missing feedback loops on destructive/batch operations, and lack of any external reference offloading despite its length.
Suggestions
Add an explicit validate->fix->retry loop to the destructive/batch workflows (e.g. after BATCH_MODIFY_MESSAGES, verify label changes via FETCH_EMAILS; confirm before DELETE_LABEL).
Deduplicate the 'Known Pitfalls' section against each workflow's Pitfalls block, or move the consolidated pitfall reference into a separate file referenced once.
Offload the full Gmail Query Syntax reference and the Quick Reference table into a one-level-deep reference file (e.g. REFERENCE.md) to improve progressive disclosure.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is dense and reference-style without explaining basics Claude knows, but the 'Known Pitfalls' section duplicates pitfalls already stated in each workflow and the Quick Reference table repeats tool/param info, so it could be tightened. | 3 / 5 |
Actionability | Concrete tool names, exact parameter formats (e.g. thread_id hex string, mimetype must contain '/'), and hard limits (1000 messages, 25MB) give fully executable, copy-ready guidance across common cases. | 5 / 5 |
Workflow Clarity | Workflows are well sequenced with [Required]/[Optional]/[Prerequisite]/[Fallback] tags and a connection-status checkpoint, but destructive (DELETE_LABEL) and batch (BATCH_MODIFY_MESSAGES) operations lack an explicit validate->fix->retry feedback loop, which the rubric caps at 3. | 3 / 5 |
Progressive Disclosure | No bundle files exist and the ~266-line body is well sectioned, but bulk reference content (full query-syntax reference, Quick Reference table, a second Known Pitfalls section) is inlined rather than offloaded to a one-level-deep reference file. | 3 / 5 |
Total | 14 / 20 Passed |