VS Code Extension Release
SkillDev toolsBump version, package, and publish the VS Code extension to the marketplace
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the VS Code Extension Release skill
What this skill tells your AI
The instructions your AI receives, as published by muromi-rikka/folder-alias in .claude/skills/vsce-release/SKILL.md and read by ahel’s review.
This skill automates the release workflow for the folder-alias VS Code extension.
Steps
-
Pre-flight checks:
- Ensure working tree is clean (
git status) - Run
pnpm run typecheckto verify no type errors - Run
pnpm run lintto verify lint passes
- Ensure working tree is clean (
-
Bump version:
- Run
pnpm run release(usesbumppfor interactive version bump + publish) - This will prompt for version bump type (patch/minor/major)
- Run
-
Verify:
- Confirm the new version is tagged in git
- Confirm the package was published to the VS Code marketplace
Usage
Run /vsce-release to start the release process.
Signals
- GitHub stars
- 26
- Forks
- 10
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
vsce-release- Source
- github.com/muromi-rikka/folder-alias