How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Doc Drift Detector (Engineering domain).

Detect documentation drift against code changes, score staleness, validate API docs via AST parsing, and audit link integrity. Use when docs fall out of sync with code, preparing releases, running CI doc gates, or auditing doc accuracy.

The agent detects documentation drift by mapping code directories to their docs, comparing git modification histories, extracting Python function signatures via AST, validating every markdown link and anchor, and scoring freshness on a weighted 0-100 scale. All four CLI tools use the Python standard

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/doc-drift-detector

---
Start by asking the user what they need help with.
# Add to your project
cs install engineering/doc-drift-detector ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/engineering/doc-drift-detector your-project/
# The skill is available in your Codex workspace at:
.codex/skills/doc-drift-detector/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/doc-drift-detector your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/doc-drift-detector/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/doc-drift-detector your-project/
# Add to your .cursorrules or workspace settings:
# Reference: engineering/doc-drift-detector/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/engineering/doc-drift-detector your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/engineering/doc-drift-detector your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/engineering/doc-drift-detector

Run Python Tools

python engineering/doc-drift-detector/scripts/tool_name.py --help

Related Skills in Engineering

View on GitHub