Content
85%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.
A well-structured, highly actionable workflow with strong validation feedback loops and clean progressive disclosure via one reference file. The main weakness is conciseness — the auth-key mapping and some notes are repeated across sections and could be consolidated.
Suggestions
State the auth payload-key mapping (auth_token / auth_api_key / auth_password / auth_oauth2_client_secret) once in a shared spot and reference it from Steps 3–5 instead of restating it three times.
Trim the Important notes of points already covered inline in the steps (e.g. 'Secrets only in auth_*' and 'Always preview before creating' duplicate Step 4 guidance).
The OAuth2 rotation note in Important notes is dense and partly tutorial-like; consider moving the deeper explanation into the manifest reference and keeping only the operational rule inline.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient but could be tightened: the auth payload-key mapping is restated verbatim across Steps 3, 4, and 5, and some Important notes repeat guidance already given inline, adding tokens that compete with context. | 3 / 5 |
Actionability | Fully executable: a concrete skeleton manifest, a tools table with purposes, and exact tool-call payloads (e.g. external-data-sources-db-schema with source_type/manifest_json/auth_token) plus concrete error-message examples to act on. | 5 / 5 |
Workflow Clarity | Steps 0–5 are explicitly sequenced with validation checkpoints and feedback loops — db-schema 'Loop here until it validates', preview checks for data_selector/primary_key/cursor_path, and 'Iterate Steps 2–4 until the sample looks right'. | 5 / 5 |
Progressive Disclosure | Overview stays in SKILL.md while the full field reference is a single clearly-signaled one-level reference (references/manifest-reference.md, verified present), keeping the entry point navigable. | 5 / 5 |
Total | 18 / 20 Passed |