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.
The body is highly actionable with executable CLI commands and a clearly sequenced, state-checked connection workflow. Its main weaknesses are a dangling 'Step 2' reference, light error-recovery guidance for actions, and minor conciseness padding.
Suggestions
Define or remove the dangling 'Step 2' references so the connection workflow navigates coherently to the action-search section.
Add a short error-recovery feedback loop for action failures (e.g. re-check connection state, retry with corrected input) parallel to the connection-state handling.
Trim editorial filler like 'so you can focus on the integration logic rather than auth plumbing' to tighten token efficiency.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly concrete commands with only minor over-explanation (e.g. 'so you can focus on the integration logic rather than auth plumbing', 'This is the fastest way to get a connection'); the brief Knock intro is justified context for a third-party product Claude may not know. | 4 / 5 |
Actionability | It provides copy-paste-ready, fully executable commands for install, login, connection, action discovery, action execution, and proxying, plus a flag table covering the common proxy cases. | 5 / 5 |
Workflow Clarity | The connection workflow is well-sequenced with explicit state-based checkpoints (READY / BUILDING / CLIENT_ACTION_REQUIRED / error states) and polling guidance, but it references a 'Step 2' that is never defined and lacks error-recovery feedback loops for action execution. | 4 / 5 |
Progressive Disclosure | No bundle files exist, so the skill is a single well-sectioned SKILL.md; headers organize the content clearly and most material is appropriately placed, though the thin 'Knock Overview' bullet list and the inline proxy-flag table represent minor organization gaps. | 4 / 5 |
Total | 17 / 20 Passed |