/stale
Audit all articles and tool JSONs for staleness. Reports which content is overdue for review based on lastVerified and reviewFrequency, and updates stale-log.md.
Usage
/stale
No arguments needed — the auditor scans everything automatically.
What it does
- Reads every article in
content/articles/and checkslastVerifiedagainstreviewFrequency(quarterly = 90 days, annual = 365 days) - Reads every tool JSON in
content/tools/and checkslast_verifiedagainstvolatile_fields - Produces a prioritized list: overdue first, then approaching threshold
- Updates
content/stale-log.mdwith the findings - Flags any volatile articles (
volatile: true) that are past their review window as high-priority
Output format
OVERDUE (3)
- cursor-vs-claude-code-beginners — quarterly, last verified 2026-02-10 (91 days ago)
- content/tools/lovable.json — last verified 2026-01-15, pricing listed as volatile
DUE WITHIN 30 DAYS (2)
- windsurf-review — quarterly, last verified 2026-02-20
ALL CURRENT (31)
Workflow position
/stale → content-auditor → seo-auditor (/audit <slug>)
Run this periodically (monthly) to catch drift before readers do.