Content
76%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 body is highly actionable with executable commands and a solid connection-state workflow, and it is well-organized and reasonably concise. Its main weakness is the absence of validation/verification steps around the destructive and batch operations it documents.
Suggestions
Add an explicit validation step before destructive operations, e.g. run get-course to confirm the target before delete-course, and verify counts before batch enroll/unenroll.
Add a brief rollback or confirmation checklist for batch enrollment (max 50 users) and unenrollment to satisfy the feedback-loop requirement.
Trim the introductory marketing prose (what LearnDash is, 'fastest way to get a connection') to tighten token efficiency toward a lean score.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly efficient command reference with tables and code blocks, but retains minor over-explanation such as "LearnDash is a WordPress learning management system (LMS) plugin" and editorializing like "This is the fastest way to get a connection"; this fits 'Efficient; minor instances of over-explanation that could be trimmed' rather than the lean score 5. | 4 / 5 |
Actionability | It provides copy-paste-ready commands throughout (npm install, membrane login, connection ensure, action list/run, request) plus a concrete actions table with keys and schemas, matching 'Fully executable; copy-paste ready code or commands; specific examples cover the common cases'. | 5 / 5 |
Workflow Clarity | The install→auth→connect→search→run sequence and the connection-state feedback loop (READY/BUILDING/CLIENT_ACTION_REQUIRED with re-polling) are clear, but the skill exposes destructive and batch operations (delete-course, enroll-users-in-course up to 50) with no validation/verification checkpoint, which per the rubric caps workflow clarity at 3. | 3 / 5 |
Progressive Disclosure | Content is organized into clear, well-labeled sections with no nested references and no bundle files present; it is not score 5 because the lengthy Popular actions table and proxy-flag reference could live in separate files, but it is otherwise well-structured matching 'Good structure; most content is appropriately placed; minor organization gaps'. | 4 / 5 |
Total | 16 / 20 Passed |