Archive banner
AltDoug AltDoug

Archive

Development community

Description

--- description: Move old [fixed] found-issues entries to an archive file (count threshold 50 OR days threshold 30, whichever first) codex-description: Move old [fixed] entries out of docs/found-issues.md into docs/found-issues-archive.md (keeps the newest 50 or 30 days, whichever threshold hits first). Mutating and one-way — the archive file is append-only and entries do not come back, so use --dry-run to preview. Open and deferred entries are never touched. Use when the [fixed] tail is drownin

Installation

Installs to ~/.claude/skills/altdoug-found-issues-archive/SKILL.md

Terminal
mkdir -p ~/.claude/skills/altdoug-found-issues-archive && curl -fsSL https://raw.githubusercontent.com/AltDoug/found-issues/HEAD/commands/archive.md -o ~/.claude/skills/altdoug-found-issues-archive/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository