skillContent Auditorby stackbrief

/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.

content-freshnessauditingcontent-pipelinemaintenance

Usage

/stale

No arguments needed — the auditor scans everything automatically.

What it does

  1. Reads every article in content/articles/ and checks lastVerified against reviewFrequency (quarterly = 90 days, annual = 365 days)
  2. Reads every tool JSON in content/tools/ and checks last_verified against volatile_fields
  3. Produces a prioritized list: overdue first, then approaching threshold
  4. Updates content/stale-log.md with the findings
  5. 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.

Part of the Content Auditor agent

Surfaces stale articles and tool JSONs by checking lastVerified dates against review frequency thresholds. Reports overdue content and tells you what to update first.

View agent →