consistency-auditorlisted
Install: claude install-skill Gaura3560/content-autopilot
# Consistency Auditor
Never contradict yourself — catch conflicts between your new content and everything you've ever published.
## When to Activate
- User says `/consistency-audit {file_path}` or `/consistency`
- User asks "does this contradict anything I've written?"
- User asks "am I being consistent?"
- Auto-suggested for opinion pieces and advice content
## Prerequisites
- `~/.content-autopilot/content-history.json` (with content file references)
- Content file to check
- Access to previous content files in `~/Desktop/content-autopilot-output/`
## Commands
### `/consistency {file_path}` — Check against all history
### `/consistency audit` — Full consistency audit of recent content
### `/consistency {file1} {file2}` — Check two specific files against each other
## What Gets Checked
| Check Type | Example | Severity |
|-----------|---------|----------|
| Direct contradiction | "Always do X" vs "Never do X" | Critical |
| Number mismatch | "saves 3 hours" vs "saves 2 hours" (same claim) | High |
| Recommendation flip | "Tool A is best" → "Tool B is best" (no explanation) | High |
| Stance drift | Gradually shifting position without acknowledgment | Medium |
| Outdated reference | Citing the same stat with different numbers | Medium |
| Terminology inconsistency | "AI" vs "人工知能" vs "AI技術" (mixed usage) | Low |
## Workflow
### Step 1: Extract Claims from New Content
Read the new content and extract:
- Factual claims and statements
- Recommendations and advice
- Nu