Content
57%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 actionable and gives Claude a usable end-to-end Membrane workflow, but it is padded with general knowledge about Gmail, inlines a sizable action catalog that belongs in a reference, and lacks validation/confirmation guards for its destructive operations. Tightening the prose and splitting out the action reference would meaningfully improve it.
Suggestions
Remove the introductory "Gmail is a free email service..." sentence and other general-knowledge padding; assume Claude knows what Gmail is.
Add an explicit validation/confirmation checkpoint before destructive actions (e.g. "Confirm the message/thread ID before running delete-message; deletes are permanent and cannot be undone").
Move the full "Popular actions" catalog to a separate ACTIONS.md reference and keep only the most common entries inline, linking out with clear one-level-deep references.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly efficient with concrete commands, but it includes unnecessary padding Claude does not need, such as "Gmail is a free email service provided by Google... widely used by individuals and businesses" and restated explanations of flags already shown in tables. | 3 / 5 |
Actionability | It provides concrete, executable `membrane` commands for install, auth, connection, action search/run, and proxying, with copy-paste-ready syntax; minor gaps remain around resolving the CONNECTION_ID placeholder and example payloads. | 4 / 5 |
Workflow Clarity | The connection setup is well-sequenced with state polling and checkpoints, but the skill surfaces destructive operations (delete-message, delete-thread, delete-draft, delete-label) without validation or confirmation steps, which caps workflow clarity per the destructive-operation rule. | 3 / 5 |
Progressive Disclosure | The SKILL.md is a single file with reasonable section organization, but the large inline "Popular actions" table is content that could live in a separate reference file, and there are no one-level-deep references to offload detail. | 3 / 5 |
Total | 13 / 20 Passed |