drift-detection

Identify and flag drift between documentation references and the codebase.

Updated Jan 26, 2026
One-click install
npx skills add https://github.com/l3ocho/mktpl-claude-datasaas --skill drift-detection-l3ocho
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: drift-detection
Source: https://github.com/l3ocho/mktpl-claude-datasaas/tree/main/plugins/doc-guardian/skills/drift-detection
Command: npx skills add https://github.com/l3ocho/mktpl-claude-datasaas --skill drift-detection-l3ocho

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Documentation drift between references and codebase erodes trust and increases maintenance cost.

Core Features & Use Cases

  • Cross-reference analysis to verify referenced functions, classes, endpoints, and configs exist in code.
  • Version and path consistency checks to ensure docs point to current code structure.
  • Prioritized drift reporting with actionable remediation guidance.

Quick Start

Run a drift audit on your docs to generate a cross-reference integrity report.

Frequently Asked Questions about drift-detection

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

FAQPage Schema
How do I detect documentation drift between my codebase and references?

Documentation drift is detected by running a cross-reference audit that verifies referenced functions, classes, endpoints, and configs actually exist in the current codebase. This ensures version consistency, reference integrity, and correct mapping.

What is a cross-reference validation check for stale documentation?

Cross-reference validation checks analyze your documentation to verify that referenced code elements, paths, and configurations remain accurate. It flags stale documentation by ensuring docs correctly map to the current code structure.

How do I perform a live drift detection session on my docs?

Live drift detection sessions are performed by applying cross-reference validation rules to compare documentation references against the actual codebase. This generates a prioritized drift report with actionable remediation guidance.

Can I check if my documentation references current code paths and versions?

Yes, version and path consistency checks verify that your documentation points to the current code structure. Cross-reference analysis validates that referenced functions, classes, endpoints, and configs exist and remain aligned.

What is the best way to audit documentation references against actual code?

The best way to audit documentation references is to run a cross-reference integrity report that identifies drift between docs and code. It prioritizes discrepancies and provides actionable remediation guidance for resolving inconsistencies.