Content
100%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is an excellent entry-point skill that is concise, highly actionable, and well-structured. It efficiently covers CLI operations, authentication, profile selection, data exploration, and common troubleshooting while routing to specialized sub-skills and reference files. The inclusion of anti-patterns (wrong commands) and the critical note about separate shell sessions in Claude Code are particularly valuable additions that prevent common failure modes.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The content is lean and efficient throughout. It avoids explaining what Databricks is, what CLI tools are, or other concepts Claude already knows. Every section delivers actionable information without padding. The anti-pattern examples (❌ WRONG) earn their place by preventing common errors. | 3 / 3 |
Actionability | The skill provides fully executable, copy-paste-ready CLI commands throughout. It includes concrete examples for every operation (listing, getting, exploring data, bundles), shows correct vs incorrect syntax with clear annotations, and provides specific version numbers and flag usage. | 3 / 3 |
Workflow Clarity | The prerequisites section establishes a clear sequence (check CLI → authenticate → select profile) with explicit validation steps and branching logic (e.g., if CLI missing, STOP and read install guide; if sandboxed, fall back to REST API). The profile selection workflow is explicit with numbered steps. The 'Required Reading by Task' table provides clear routing for different workflows. | 3 / 3 |
Progressive Disclosure | The skill serves as a clear entry point/overview that routes to dedicated product skills (databricks-jobs, databricks-pipelines, etc.) and reference files (CLI Installation, CLI Authentication, Data Exploration). References are one level deep, clearly signaled with markdown links, and organized in multiple ways (inline, task table, and reference section). | 3 / 3 |
Total | 12 / 12 Passed |