Content
82%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.
A highly actionable, well-sequenced diagnostic skill with executable bash and concrete MCP calls plus per-check validation. The main gap is that failure-recovery fix steps are delegated to Claude rather than specified inline.
Suggestions
Inline concrete remediation steps for each FAIL outcome (e.g., "No API key configured" → set MEM0_API_KEY / CLAUDE_PLUGIN_OPTION_MEM0_API_KEY) instead of instructing Claude to add a Troubleshooting section generically.
Tighten the Session-stats explanatory paragraph to the essential retry hint to lift conciseness toward a 5.
Consider splitting the Extended-mode memory-quality analysis into a referenced file (e.g., QUALITY.md) if the skill grows, to keep the base health check overview lean.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean with copy-paste bash and concrete MCP parameters, avoiding generic concept explanation; a few explanatory lines (session-stats origin note, v3 async note) could be trimmed but mostly earn their place, fitting the efficient-with-minor-trim anchor rather than the every-token-earns-its-place 5. | 4 / 5 |
Actionability | Checks provide fully executable bash snippets and specific MCP call parameters (query, filters, top_k, text, user_id, app_id, metadata, infer), and Check 4 spells out the complete add_memory → get_event_status → extract ID → delete_memory flow, matching the copy-paste-ready top anchor. | 5 / 5 |
Workflow Clarity | "Run ALL checks… Do not stop on the first failure" plus five numbered checks each with explicit PASS/WARN/FAIL checkpoints and a feedback loop in Check 4 give a clear sequence; the score stays at 4 because concrete troubleshooting fix steps are delegated ("add a Troubleshooting section with specific fix steps") rather than specified, a minor recovery-guidance gap. | 4 / 5 |
Progressive Disclosure | No bundle files exist and the single-file body (~155 lines, above the 50-line simple-skill exception) is organized into well-labeled sections (Execution, Checks 1-5, Display, Extended mode), giving good structure with only minor organization gaps; the sizable --deep quality block is reasonably inline for a health skill. | 4 / 5 |
Total | 17 / 20 Passed |