skill-freshness-audit

Audit Agent Skills for staleness against live Databricks and MLflow documentation.

5|6|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/databricks-solutions/vibe-coding-workshop-template --skill skill-freshness-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-freshness-audit
Source: https://github.com/databricks-solutions/vibe-coding-workshop-template/tree/main/data_product_accelerator/skills/admin/skill-freshness-audit
Command: npx skills add https://github.com/databricks-solutions/vibe-coding-workshop-template --skill skill-freshness-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill ensures that all Agent Skills remain current and accurate by systematically auditing their freshness against official documentation and upstream sources, preventing outdated or incorrect skill usage.

Core Features & Use Cases

  • Staleness Detection: Identifies skills that haven't been verified recently based on their volatility.
  • Upstream Sync Audits: Tracks changes in upstream dependencies like the AI-Dev-Kit.
  • Verification Anchors: Uses embedded documentation URLs to compare skill logic against live sources.
  • Use Case: Before a major platform release, run this audit to proactively identify and update any skills that might be affected by new API versions or deprecated features.

Quick Start

Run the skill freshness audit to check for stale skills.

Frequently Asked Questions about skill-freshness-audit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit agent skills for staleness against official documentation?

Auditing agent skills for staleness involves fetching embedded documentation URLs to compare skill patterns against live docs. This systematic freshness audit tracks verification anchors and reports drift to identify outdated logic.

Why do my skills drift after a Databricks or MLflow platform release?

Skills drift after a platform release when new API versions or deprecated features alter official documentation. Running a freshness audit checks skill logic against the latest Databricks and MLflow docs to detect this drift.

What is the best way to check if my skills are synced with an upstream AI-Dev-Kit?

Checking upstream sync requires tracking lineage to databricks-solutions/ai-dev-kit. An upstream sync audit compares your skills against the source repository to identify unmerged changes and maintain dependency currency.

When do I need to run a skill freshness check for volatility classification?

A skill freshness check for volatility classification is needed when verifying skills that change frequently. It identifies skills overdue for verification based on their volatility and reports staleness before major updates.

Can I verify agent skills against live docs without manual URL checks?

Verifying agent skills against live docs uses automated verification anchors. The audit fetches official documentation URLs embedded in skills and compares patterns against live sources to report discrepancies without manual checks.

Does skill freshness auditing work for skills with no external dependencies?

Skill freshness auditing works for standalone skills by focusing on embedded documentation URLs and staleness detection. Even without external dependencies, it classifies volatility and checks skill logic against live docs.