Content
68%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 commands and a strong connection workflow, and it is reasonably well-structured. The main weaknesses are some conceptual padding up front and a lack of validation checkpoints around destructive actions.
Suggestions
Remove or condense the opening paragraph explaining what Notion is, since Claude already knows this.
Add a validation/verification step before destructive actions (e.g. recommend fetching and confirming the target page/block before running delete-block or archive-page).
Consider moving the 'Popular actions' table into a separate ACTIONS.md reference file linked from the body to improve progressive disclosure.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly command-focused and efficient, but opens with a paragraph explaining what Notion is ('an all-in-one workspace that combines note-taking, project management, and wiki functionalities') that Claude already knows, and includes some explanatory padding that could be trimmed. | 3 / 5 |
Actionability | It provides copy-paste-ready, fully executable commands for every core operation (connection ensure, action list, action run, request) with flag tables and concrete JSON input examples covering the common cases. | 5 / 5 |
Workflow Clarity | The connection workflow has a clear sequence with feedback loops (poll until READY, handle CLIENT_ACTION_REQUIRED then re-poll), but the skill exposes destructive/batch actions (delete-block, archive-page, append-block-children) with no validation or verification checkpoint before executing them, capping this dimension at 3. | 3 / 5 |
Progressive Disclosure | The single SKILL.md is well-organized into clear sections (install, auth, connecting, searching, running, proxy, best practices) with no nested references, but the large inline 'Popular actions' table is content that could live in a separate reference file, leaving a minor organization gap. | 4 / 5 |
Total | 15 / 20 Passed |