CtrlK
BlogDocsLog inGet started
Tessl Logo

databricks-ai-functions

Use Databricks built-in AI Functions (ai_classify, ai_extract, ai_summarize, ai_mask, ai_translate, ai_fix_grammar, ai_gen, ai_analyze_sentiment, ai_similarity, ai_parse_document, ai_prep_search, ai_query, ai_forecast) to add AI capabilities directly to SQL and PySpark pipelines without managing model endpoints. Also covers document parsing and building custom RAG pipelines (parse → prep_search → index → query).

66

Quality

80%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

SKILL.md
Quality
Evals
Security

Quality

Content

86%Weight 40%Scale 1-5

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

The body is lean, highly actionable, and well-structured with one-level-deep references and clearly sequenced batch pipelines that include error handling, with only minor room to tighten version prerequisites and add an explicit verification feedback loop.

DimensionReasoningScore

Conciseness

Information-dense with no padding or explanations of concepts Claude already knows; the packed function table and scattered DBR version prerequisites are the only minor items that could be trimmed further.

4 / 5

Actionability

Provides copy-paste-ready SQL and PySpark examples, full staged pipeline CREATE statements, and specific patterns (sentiment+classify chain, PII masking, similarity dedup, forecast, ai_query JSON) covering the common cases.

5 / 5

Workflow Clarity

Multi-stage pipelines (parse → classify → extract; parse → prep → index) are clearly sequenced with woven-in error handling (parse-error filter, sidecar error tables, failOnError => false) and a Common Issues table, though there is no explicit validate→fix→retry feedback loop.

4 / 5

Progressive Disclosure

The body is a concise overview that links to three real one-level-deep reference files (1-task-functions.md, 2-ai-query.md, 3-ai-forecast.md) with per-function section anchors, giving clear and easy navigation.

5 / 5

Total

18

/

20

Passed

Description

75%Weight 40%Scale 1-5

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 highly specific and clearly distinct, enumerating the exact functions and pipelines covered, but it omits an explicit 'Use when…' trigger clause, capping completeness at 3.

Suggestions

Add an explicit 'Use when…' clause naming natural trigger phrases (e.g., 'Use when adding AI classification, extraction, summarization, or PII masking to Databricks SQL/PySpark pipelines, or building a RAG pipeline over parsed documents').

Include plain-language synonyms alongside function names (sentiment analysis, PII redaction, forecasting, translation) so the description matches how users phrase requests.

DimensionReasoningScore

Specificity

Lists 13 named functions plus concrete actions ('add AI capabilities directly to SQL and PySpark pipelines', 'document parsing', 'custom RAG pipelines (parse → prep_search → index → query)'), giving comprehensive coverage of specific capabilities.

5 / 5

Completeness

Clearly answers 'what' the skill does but lacks any explicit 'Use when…' trigger clause; the 'when' is only weakly implied, so completeness is capped at 3 per the rubric guideline.

3 / 5

Trigger Term Quality

Strong natural keywords (function names, 'SQL and PySpark pipelines', 'RAG pipelines', 'document parsing', 'model endpoints') that users would naturally say, but missing some plain-language synonyms like sentiment, PII redaction, or forecasting.

4 / 5

Distinctiveness Conflict Risk

Clear niche (Databricks built-in AI Functions) with specific function names and distinct triggers, giving minimal conflict risk with other skills.

5 / 5

Total

17

/

20

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

frontmatter_unknown_keys

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

Warning

relative_links

Relative link issues: 3 suspicious

Warning

Total

14

/

16

Passed

Repository
databricks/databricks-agent-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.