vscode-release

Installation
SKILL.md

VS Code Extension Release Workflow

Follow this workflow for the current repository.

Prepare local build verification

  1. Verify release target files in packages/vscode and confirm current branch state.
  2. Run pnpm install --frozen-lockfile.
  3. Run pnpm -C packages/vscode run package.
  4. Read packages/vscode/package.json and confirm the current extension version.
  5. Confirm the VSIX exists at packages/vscode/difit-vscode-<version>.vsix.
  6. Ask the user to smoke test the local VSIX install in VS Code:
    • Install from VSIX.
    • Confirm the difit command opens review correctly.
    • Confirm the toolbar button/icon appears and works.
  7. Ask for explicit OK in Japanese before publishing.

Release after explicit OK

Related skills
Installs
14
GitHub Stars
2.7K
First Seen
Mar 30, 2026