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 skill is highly actionable with strong connection/action command examples and good auth-state checkpoints, but it carries an undifferentiated entity list, lacks destructive-operation validation, and keeps reference material inline instead of splitting it into bundle files.
Suggestions
Add an explicit confirmation/validation step before running delete actions (e.g. verify the record exists and confirm with the user before delete-user/delete-post).
Move the full entity-type list and the popular-actions table into a references/ file (e.g. ACTIONS.md) and link to it from SKILL.md, keeping only the quick-start flow inline.
Trim the bare entity bullet list or annotate each entry; an undifferentiated 40-item list adds tokens without actionable guidance.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly operational, but the ~40-item undifferentiated entity bullet list ("Member", "Form", "Page", ...) with no descriptions and prose restating how Membrane auth works add padding that could be trimmed. | 3 / 5 |
Actionability | Concrete copy-paste commands cover install, login, connection ensure, action list/run, and proxy requests with real flags, plus a popular-actions table; minor gaps remain (CONNECTION_ID/QUERY placeholders, no example --input payload for a real action). | 4 / 5 |
Workflow Clarity | The connection flow is well-sequenced with state checkpoints (READY/BUILDING/CLIENT_ACTION_REQUIRED), but destructive actions (delete-user, delete-post, delete-lead, delete-review) are listed with no validation or confirmation step, which caps workflow clarity at 3 per the destructive-operations guideline. | 3 / 5 |
Progressive Disclosure | Sections are clearly headed, but everything is inlined into SKILL.md with no bundle files; the large entity list and full actions table are reference-grade content that should live in separate files with clearly signaled links. | 3 / 5 |
Total | 13 / 20 Passed |