CtrlK
BlogDocsLog inGet started
Tessl Logo

databricks-debug-bundle

Collect Databricks debug evidence for support tickets and troubleshooting. Use when encountering persistent issues, preparing support tickets, or collecting diagnostic information for Databricks problems. Trigger with phrases like "databricks debug", "databricks support bundle", "collect databricks logs", "databricks diagnostic".

64

Quality

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

SKILL.md
Quality
Evals
Security

Quality

Content

65%

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

The skill is highly actionable with complete, executable collection code organized into clear numbered steps. It loses points for missing validation around a destructive packaging step and for keeping a large script inline instead of splitting it into a reference file.

Suggestions

Add a validation checkpoint before "rm -rf \"$BUNDLE_DIR\"", e.g. verify the tar.gz with "tar -tzf \"$BUNDLE_DIR.tar.gz\" >/dev/null" and only remove the source directory on success.

Move the bash collection script into scripts/databricks-debug-bundle.sh and reference it from SKILL.md so the body stays a lean overview rather than an inline ~200-line script.

Drop the separate Output section or fold it into Step 7's final echo to remove the duplicated file-list content.

DimensionReasoningScore

Conciseness

The body is mostly efficient concrete code with little concept-padding, but the ~250-line length includes redundancy (the Output section restates the file list produced in Step 7) and a large deprecation block that could be tightened, matching the level-2 anchor.

2 / 3

Actionability

Seven steps ship fully executable bash/python commands with concrete databricks CLI calls, jq, and tar usage that are copy-paste ready, matching the level-3 anchor.

3 / 3

Workflow Clarity

Steps are clearly sequenced, but there are no validation checkpoints and the destructive "rm -rf \"$BUNDLE_DIR\"" runs without verifying the tar.gz was created, so per the batch/destructive guideline workflow clarity is capped at 2.

2 / 3

Progressive Disclosure

Sections are well-organized, but the entire multi-step bash script is inlined rather than offloaded to a scripts/ file (no bundle files exist), fitting the level-2 anchor where content that should be separate is kept inline.

2 / 3

Total

9

/

12

Passed

Description

90%

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 cleanly answers both what the skill does and when to use it, with natural trigger phrases and a clear niche. Its only weakness is specificity, naming one broad action rather than enumerating the concrete collection steps.

DimensionReasoningScore

Specificity

Names the Databricks domain and a concrete action ("Collect Databricks debug evidence"), but stops at a single broad action rather than listing multiple specific collection steps, matching the level-2 anchor.

2 / 3

Completeness

Clearly states what it does ("Collect Databricks debug evidence for support tickets and troubleshooting") and when to use it via an explicit "Use when encountering persistent issues..." clause with triggers, satisfying both what and when.

3 / 3

Trigger Term Quality

Explicit trigger phrases ("databricks debug", "databricks support bundle", "collect databricks logs", "databricks diagnostic") give good coverage of natural terms a user would say when needing this skill.

3 / 3

Distinctiveness Conflict Risk

Databricks debugging is a clear niche with Databricks-specific triggers, making it unlikely to fire for unrelated skills; even the related databricks-rate-limits skill has distinct triggers.

3 / 3

Total

11

/

12

Passed

Validation

87%

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

Validation14 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

allowed_tools_field

'allowed-tools' contains unusual tool name(s)

Warning

frontmatter_unknown_keys

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

Warning

Total

14

/

16

Passed

Repository
jeremylongshore/claude-code-plugins-plus-skills
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.