Content
65%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The content delivers highly actionable, executable code across a clear five-step workflow, but it is a monolithic inline skill with no validation checkpoints for its destructive/batch API operations and a couple of broken/empty URL references. Tightening the Overview and adding explicit verification steps would lift the weaker dimensions.
Suggestions
Add explicit validation/verification checkpoints to the workflow (e.g., assert the mock server responds 200 before running tests, and verify a webhook is registered before firing the test event) since steps create/delete API resources and register webhooks.
Fix the empty mock-server URL placeholder in the Overview and the missing link on the 'Instantly Mock Server' Resources entry so references are usable.
Trim the Overview sentence that restates 'testing without sending real emails or consuming API limits' since it duplicates the description and the .env config that follows already conveys mock-mode behavior.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly lean executable code, but the Overview restates context already in the description ('Instantly provides a mock server at `` for testing without sending real emails or consuming API limits') with an empty/broken mock-server URL placeholder, adding tokens Claude does not need. | 2 / 3 |
Actionability | Provides complete, copy-paste-ready TypeScript and bash with explicit file paths, env vars, and concrete curl calls (config.ts, instantly.ts client, vitest tests, ngrok + webhook registration), fully executable rather than pseudocode. | 3 / 3 |
Workflow Clarity | A clear five-step sequence is present, but there are no explicit validation/verification checkpoints or feedback loops despite destructive/batch operations (creating/deleting lead lists, registering webhooks, mutating external API state), which the rubric caps at 2. | 2 / 3 |
Progressive Disclosure | Content is well-sectioned but monolithic — everything is inline with no references to separate bundle files, and the Resources section contains a broken entry ('Instantly Mock Server' with no link) alongside the empty mock-server URL in the Overview. | 2 / 3 |
Total | 9 / 12 Passed |