shipped-issues
Installation
SKILL.md
Shipped Issues
Cross-reference open GitHub issues against closed GUS work items and the shipped CHANGELOG to identify issues that were fixed and released, but never closed on GitHub.
Inputs
- Repo:
forcedotcom/salesforcedx-vscode - Changelog:
packages/salesforcedx-vscode/CHANGELOG.md(ondevelop; pull latest first) - GUS alias:
gus(see.claude/skills/gus-cli/SKILL.md)
Workflow
1. Get current CHANGELOG from develop
git fetch origin develop
git show origin/develop:packages/salesforcedx-vscode/CHANGELOG.md > /tmp/shipped-changelog.md