Content
100%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A compact, well-organized instruction skill that gives the exact tool invocation, parameters, and a clear red-flag interpretation guide. It stays lean and assumes Claude's competence throughout.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Lean body with no over-explanation of concepts Claude already knows; every section (reports list, when-to-use, invocation, red flags) earns its tokens; not a 2 because there is no unnecessary padding to tighten. | 3 / 3 |
Actionability | Names the exact tool and parameters — "Call the `check_posthog_loading` MCP tool with: `urls` (required), `posthog_host` (default `https://us.i.posthog.com`)" — plus concrete red-flag remediation, which is executable guidance; not a 2 because details are complete rather than pseudocode-like. | 3 / 3 |
Workflow Clarity | As a simple single-task skill under 50 lines, the single action (invoke the tool then interpret) is unambiguous, and the "Interpreting the result" section supplies clear post-execution checkpoints; not capped at 2 because the operation is read-only, not destructive/batch-mutating. | 3 / 3 |
Progressive Disclosure | Under 50 lines with no external references needed, organized into well-signaled sections (When to use / How to invoke / Interpreting the result); not a 2 because the structure is clean and no inline content needs splitting out. | 3 / 3 |
Total | 12 / 12 Passed |