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 (on develop; 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
Installs
1
GitHub Stars
1.0K
First Seen
3 days ago
shipped-issues — forcedotcom/salesforcedx-vscode