untra

Build VSCode Extension — Testing skill for Claude Code

Testing community

Build, lint, test, package, and install the VS Code extension locally.

How to install Build VSCode Extension

Installs to ~/.claude/commands/untra-operator-build-vscode-extension.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/untra/operator/HEAD/.claude/commands/build-vscode-extension.md -o ~/.claude/commands/untra-operator-build-vscode-extension.md

Restart Claude Code, or start a new session, for it to be picked up.

What Build VSCode Extension does


description: Build, lint, test, package, and install the VS Code extension locally allowed-tools: Bash, Read model: sonnet

Build VS Code Extension

Build, validate, package, and install the `vscode-extension` subproject for local inspection. Stop immediately on any failure and report the error.

Workflow

Run each step sequentially from the `vscode-extension/` directory. If any step fails, stop and report the failure clearly.

  1. Install dependencies: `cd vscode-extension && np

Alternatives in Testing

  • Webapp Testing — Test local web applications using Playwright for UI verification and debugging 94.1k ★
  • #29 — #52, #103) 92.5k ★
  • /test Routing — Vérifie le routing de commandes RTK sans exécution (dry-run) 25.5k ★

Full documentation available on GitHub

View Source Repository