CtrlK
BlogDocsLog inGet started
Tessl Logo

one-drive-automation

Automate OneDrive file management, search, uploads, downloads, sharing, permissions, and folder operations via Rube MCP (Composio). Always search tools first for current schemas.

74

1.70x
Quality

66%

Does it follow best practices?

Impact

85%

1.70x

Average score across 3 eval scenarios

SecuritybySnyk

Advisory

Suggest reviewing before use

Optimize this skill with Tessl

npx tessl skill review --optimize ./plugins/all-skills/skills/one-drive-automation/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Discovery

67%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The description is strong in specificity and distinctiveness, clearly listing concrete OneDrive operations and naming the specific integration platform. However, it lacks an explicit 'Use when...' clause, which limits its completeness score, and some trigger terms are overly technical (e.g., 'Rube MCP') rather than reflecting natural user language.

Suggestions

Add an explicit 'Use when...' clause, e.g., 'Use when the user asks to upload, download, share, or manage files on OneDrive, or mentions OneDrive links or cloud storage.'

Include more natural user-facing trigger terms such as 'cloud storage', 'share a link', 'OneDrive folder', or 'Microsoft OneDrive' to improve keyword coverage.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions: file management, search, uploads, downloads, sharing, permissions, and folder operations. Also specifies the tooling context (Rube MCP / Composio).

3 / 3

Completeness

Clearly answers 'what does this do' with a list of OneDrive operations, but lacks an explicit 'Use when...' clause or equivalent trigger guidance. The when is only implied by the nature of the actions listed.

2 / 3

Trigger Term Quality

Includes good keywords like 'OneDrive', 'uploads', 'downloads', 'sharing', 'permissions', and 'folder operations', but misses common user variations like 'share a file', 'OneDrive link', 'cloud storage', or file extension mentions. The term 'Rube MCP (Composio)' is technical jargon unlikely to be used by end users.

2 / 3

Distinctiveness Conflict Risk

The explicit mention of 'OneDrive' and 'Rube MCP (Composio)' creates a clear niche that is unlikely to conflict with other file management skills targeting different platforms or tools.

3 / 3

Total

10

/

12

Passed

Implementation

64%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

This is a thorough and actionable OneDrive automation skill with specific tool names, parameters, and clear workflow sequences. Its main weaknesses are redundancy (pitfalls and ID format info repeated multiple times) and missing validation/confirmation checkpoints for destructive or permission-changing operations. The monolithic structure could benefit from splitting reference material into separate files.

Suggestions

Add explicit validation/confirmation steps to destructive workflows (delete, permission changes): e.g., 'Confirm item name and path with user before calling DELETE_ITEM' and 'After INVITE_USER, call GET_ITEM_PERMISSIONS to verify the grant was applied'.

Consolidate the repeated pitfalls — remove per-section pitfalls that are duplicated in the 'Known Pitfalls' section, or vice versa, to reduce redundancy and improve conciseness.

Consider splitting the detailed parameter lists and quick reference table into a separate REFERENCE.md file, keeping SKILL.md focused on workflows and key decision points.

DimensionReasoningScore

Conciseness

The skill is fairly comprehensive but includes significant redundancy — pitfalls are repeated across sections and then again in a consolidated 'Known Pitfalls' section. The quick reference table duplicates information already covered in workflows. Some parameter details (like ID format examples) are repeated multiple times. However, it doesn't explain basic concepts Claude already knows.

2 / 3

Actionability

The skill provides specific tool names, exact parameter names with example values, concrete tool sequences for each workflow, and a comprehensive quick reference table. The guidance is highly specific — e.g., exact parameter formats like `{"id": "folder_id"}`, path formats like `"/Documents/Reports"`, and specific behaviors like auto-rename on conflict.

3 / 3

Workflow Clarity

Workflows are clearly sequenced with labeled steps (Prerequisite, Required, Optional), but validation checkpoints are largely missing. For destructive operations like DELETE, there's no explicit 'confirm with user before proceeding' step. The sharing workflow mentions verifying permissions first but lacks a feedback loop for confirming the permission was applied correctly. The copy operation mentions it's async but doesn't provide a monitoring/verification step.

2 / 3

Progressive Disclosure

The content is a monolithic single file with no bundle files for offloading detailed reference material. The quick reference table, detailed parameter lists for each workflow, and the consolidated pitfalls section could be split into separate reference files. However, the internal organization with clear section headers and the workflow grouping is reasonable. For a skill of this length (~250 lines), some splitting would improve navigability.

2 / 3

Total

9

/

12

Passed

Validation

90%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation10 / 11 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

10

/

11

Passed

Repository
davepoon/buildwithclaude
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.