content-expirylisted
Install: claude install-skill Gaura3560/content-autopilot
# Content Expiry Manager
Don't let outdated content damage your credibility — manage shelf life proactively.
## When to Activate
- User says `/expiry` or `/content-expiry`
- User says `/expiry set {file} {days}`
- User asks "which content is getting stale?"
- Auto-suggested when content contains dated information
## Prerequisites
- `~/.content-autopilot/content-history.json`
## Data Extension: content-history.json
Each entry gets an `expiry` field:
```json
{
"expiry": {
"review_date": "2026-06-20",
"expiry_type": "data_dependent",
"stale_indicators": ["contains 2026 Q1 data", "tool pricing mentioned"],
"auto_detected": true,
"status": "active"
}
}
```
## Expiry Types
| Type | Default Review | Trigger | Example |
|------|---------------|---------|---------|
| data_dependent | 90 days | Contains statistics/numbers | "Market size is $210B" |
| tool_review | 60 days | Mentions specific tools/pricing | "Tool X costs $29/month" |
| trend_piece | 30 days | About current trends | "The latest AI trend is..." |
| evergreen | 180 days | Timeless advice | "5 principles of good writing" |
| event_based | Event date + 7 days | Tied to specific event | "Before the conference..." |
| regulatory | 30 days | Legal/compliance content | "Current ステマ規制 requires..." |
## Commands
### `/expiry` — Show all content approaching or past expiry
### `/expiry set {file} {days}` — Set custom expiry for a file
### `/expiry scan` — Auto-detect expiry dates for all content