Content
87%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A compact, well-structured reference with concrete executable MCP calls and clear account-routing rules, weakened only by missing validation/confirmation steps for irreversible write operations like sending email.
Suggestions
Add a pre-send validation checkpoint to the workflow (e.g. confirm recipients/subject/body with the user before sending, and verify the send succeeded) to lift workflow clarity.
Note what a successful send/reply response looks like so Claude can confirm the operation completed rather than assuming success.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean and assumes Claude's competence — subcommand/flag tables and short examples with no padding or explanation of what Gmail is. | 3 / 3 |
Actionability | Provides concrete, copy-paste-ready MCP invocations like google_gmail(command: "list --query 'is:unread'") and a flags table with specifics such as the --max default of 20. | 3 / 3 |
Workflow Clarity | The reading/replying workflow is sequenced and account routing has an ask-first checkpoint, but outward-facing write operations (send/reply) lack explicit validation/confirmation steps, capping this at 2 per the destructive-operations guideline. | 2 / 3 |
Progressive Disclosure | A short, single-purpose skill with no bundle files; its well-organized sections (Overview, Subcommands, Account Routing, Key Flags, Workflow, Error Handling) satisfy the simple-skill bar for a 3. | 3 / 3 |
Total | 11 / 12 Passed |