What problem does it solve?
Open GitHub issues often remain open even after the underlying work item was completed and shipped in a release, leaving the issue tracker cluttered and misleading. This Skill cross-references open issues against GUS work item statuses and the shipped CHANGELOG to find issues that were fixed but never closed.
Core Features & Use Cases
- Cross-Reference Detection: Extracts W- work item references from open GitHub issues and queries GUS via SOQL to verify each work item is in a closed terminal status.
- CHANGELOG Verification: Confirms each candidate issue number actually appears in the shipped CHANGELOG on the develop branch before flagging it as shipped.
- Review-Before-Close Workflow: Presents a report table of shipped issues and near-misses, then closes issues with an explanatory comment only after explicit user confirmation.
- Use Case: After a release of the Salesforce Extensions for VS Code, run this Skill to find all open issues whose fixes shipped in that release and close them with a comment citing the CHANGELOG entry.
Quick Start
Ask the assistant to run the shipped-issues cleanup to find and close GitHub issues whose fixes have already shipped.