Content
67%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 concrete commands and a well-sequenced, validated connection workflow, but it opens with conceptual padding Claude does not need. Removing the introductory product-description paragraph would improve token efficiency.
Suggestions
Delete or trim the opening "Azure DevOps is a suite of cloud-based services..." paragraph; Claude already knows what Azure DevOps is.
Remove filler sentences like "Use action names and parameters as needed" that add no executable guidance.
Consider extracting the proxy flags table and clientAction state details into a reference file to keep SKILL.md lean.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The opening paragraph ("Azure DevOps is a suite of cloud-based services... It provides features like version control, CI/CD...") explains a concept Claude already knows, and filler like "Use action names and parameters as needed" pads the doc, matching the mostly-efficient-but-includes-unnecessary-explanation anchor. | 3 / 5 |
Actionability | Concrete executable commands abound (npm install, membrane login, connection ensure, action list/run, request with a flags table), with only minor gaps like the CONNECTION_ID/QUERY/actionId placeholders, matching the mostly-executable-guidance anchor. | 4 / 5 |
Workflow Clarity | The connection flow is a clear sequence (install → login → ensure → poll for READY) with explicit checkpoints and a feedback loop (handle CLIENT_ACTION_REQUIRED then re-poll, check CONFIGURATION_ERROR), matching the clear-sequence-with-most-checkpoints anchor. | 4 / 5 |
Progressive Disclosure | The single SKILL.md is well organized into Overview, Install, Authentication, Connecting, Searching, Running actions, Proxy, and Best practices with no nested references; it exceeds 50 lines so the simple-skill exception does not apply, but structure is good with only minor organization gaps. | 4 / 5 |
Total | 15 / 20 Passed |