원클릭으로
vscode-release
// Execute the VS Code extension release workflow when the user asks to publish/release the difit VS Code extension. Run local VSIX build and smoke verification first, ask for explicit OK in Japanese, then publish with vsce.
// Execute the VS Code extension release workflow when the user asks to publish/release the difit VS Code extension. Run local VSIX build and smoke verification first, ask for explicit OK in Japanese, then publish with vsce.
| name | vscode-release |
| description | Execute the VS Code extension release workflow when the user asks to publish/release the difit VS Code extension. Run local VSIX build and smoke verification first, ask for explicit OK in Japanese, then publish with vsce. |
| metadata | {"internal":true} |
Follow this workflow for the current repository.
packages/vscode and confirm current branch state.pnpm install --frozen-lockfile.pnpm -C packages/vscode run package.packages/vscode/package.json and confirm the current extension version.packages/vscode/difit-vscode-<version>.vsix.difit command opens review correctly.Treat the locally verified build result at OK time as the source of truth. Do not skip rebuilding after version changes.
packages/vscode/package.json:
pnpm -C packages/vscode version patch --no-git-tag-versionpnpm -C packages/vscode run package and confirm the new VSIX filename.packages/vscode/package.json with an English message: chore(vscode): release vX.Y.Z.vscode-vX.Y.Z.main and tags: git push origin main --tags.git pull --rebase origin main.git push origin main --tags.pnpm -C packages/vscode exec vsce publishpackages/vscode/package.json.Execute the difit release workflow when the user says "リリース" or asks to cut a release. Update CHANGELOG Unreleased from commits since latest tag, ask for explicit OK confirmation in Japanese, then release by moving the confirmed Unreleased section verbatim as the exact source of truth.
Ask the user for a code review through difit after code changes in this repository, using `pnpm run dev`.
A skill for reviewing a specific diff and showing the findings as comments inside difit (the diff viewer). Use it to review branch diffs, commit diffs, or GitHub PRs, then preload findings or code explanations into difit with `--comment` before launching it for the user.
Ask the user for a code review through difit after code changes in this repository, using `pnpm run dev`.
A skill for reviewing a specific diff and showing the findings as comments inside difit (the diff viewer). Use it to review branch diffs, commit diffs, or GitHub PRs, then preload findings or code explanations into difit with `--comment` before launching it for the user.
A skill for reviewing a specific diff and showing the findings as comments inside difit (the diff viewer). Use it to review branch diffs, commit diffs, or GitHub PRs, then preload findings or code explanations into difit with `--comment` before launching it for the user.