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 excellent copy-paste CLI guidance and a well-validated connection workflow, but it is undermined by a large padded entity list that wastes tokens and inflates the body without progressive disclosure. Splitting the entity catalog into a reference file and adding verification around destructive operations would materially improve it.
Suggestions
Move the ~100-item 'Radar Overview' entity list into a separate references file (e.g. references/entities.md) and link to it, keeping only Radar-relevant items inline.
Add a verification/confirmation checkpoint before destructive proxy requests (e.g., 'Confirm before -X DELETE; verify the resource is gone after').
Trim generic entities unrelated to location tracking (Spreadsheet, Image, Video, Badge, Vote, Forum Post, etc.) to reduce token waste.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The 'Radar Overview' is a ~100-item bullet enumeration of generic business entities (Spreadsheet, Image, Video, Badge, Vote, Forum Post...) largely unrelated to a location platform, which is heavy padding. Not a 3 because the padding is a substantial share of the body rather than a few over-explanations; not a 1 because the Membrane CLI sections are lean and useful. | 2 / 5 |
Actionability | It provides concrete, copy-paste-ready commands across every common case (install, login, headless auth, connection ensure, polling, action list/run, proxy) plus a flag table. Not a 4 because the examples comprehensively cover the common cases with only standard placeholders like CONNECTION_ID. | 5 / 5 |
Workflow Clarity | The connection workflow is clearly sequenced with a real feedback loop (poll BUILDING, handle CLIENT_ACTION_REQUIRED, re-poll), but destructive-capable operations (proxy with DELETE, action run) have no verification checkpoint, triggering the cap-at-3 for destructive workflows lacking validation. Not a 4 because the cap takes precedence over the well-validated connection step. | 3 / 5 |
Progressive Disclosure | The body has clear section structure but the ~100-item entity list is inline content that belongs in a separate reference file, and no external references exist. Not a 2 because section organization is reasonable; not a 4 because content that should be split out is inlined with no references. | 3 / 5 |
Total | 13 / 20 Passed |