---
description: "Find documentation that's out of sync with code"
---

# /detect-stale-docs - Find Outdated Documentation

Automatically finds documentation that doesn't match the current code.

## What it does

- Compares documentation semantic meaning with code
- Highlights potentially outdated sections
- Helps maintain accurate documentation

## When to use

- Before refactoring
- During documentation reviews
- When code has changed significantly

## Output format

Returns a list of:
- Document file paths
- Sections that may be outdated
- Suggested areas to review and update