What problem does it solve?
Removes stale closed issues that remain as .toml files in the repository, preventing clutter and keeping the issue tracker and git history consistent.
Core Features & Use Cases
- Discovery: Finds all .issues/*.toml files using globbing and reads their contents.
- Filtering: Parses TOML to identify issues with closed = true and surfaces their IDs and titles for review.
- Safe Removal: Presents the list for user confirmation, runs git rm on each confirmed file, and commits a single purge commit with the removed IDs.
- Use Case: Ideal for small projects or solo contributors using a file-based issue tracker who want to batch-remove closed issues and record the purge in git history.
Quick Start
Run the issues-purge skill to locate closed .toml issue files, confirm deletion, and commit their removal from the repository.