Issues Reindex Skill
When to Use
Activate when the user wants to:
- •Rebuild or regenerate
local_issues/README.md - •Fix a stale or out-of-date issue index
- •Reconcile the issue tracker after manual file edits
Steps
- •Scan
@workspaceforlocal_issues/**/[0-9]{4}-[0-9]{2}-[0-9]{2}-*.md. - •Parse front-matter: title, type, priority, status, created (tolerate missing fields with "unknown").
- •Overwrite
local_issues/README.mdusing a reverse-chronological list:- [<title>](YYYY/MM/YYYY-MM-DD-<slug>.md) — <type>/<priority> — <created> — <status> - •List malformed files under Unindexed due to errors at the end.
- •Print a change summary.
Guardrails
- •Do not modify any issue files — only rebuild the index.
- •Do not call CLIs or the network.