microsoft/vscode
These skills were imported into SkillJury from the public skills ecosystem.
fix-errors
When fixing an unhandled error from the telemetry dashboard, the issue typically contains an error message, a stack trace, hit count, and affected user count.
azure-pipelines
When modifying Azure DevOps pipeline files (YAML files in build/azure-pipelines/ ), you can validate changes locally using the Azure CLI before committing. This avoids the slow feedback loop of pushing changes, waiting for CI, and checking results.
sessions
Source details, install context, and public review data are available on the full page.
memory-leak-audit
The #1 bug category in VS Code. This skill encodes the patterns that prevent and fix leaks.
agent-sessions-layout
Source details, install context, and public review data are available on the full page.
hygiene
VS Code runs a hygiene check as a git pre-commit hook. Commits will be rejected if hygiene fails.
author-contributions
When asked to find all files a specific author contributed to on a branch (compared to main or another upstream), follow this procedure. The goal is to produce a simple table that both humans and LLMs can consume.
tool-rename-deprecation
When a tool or tool set reference name is changed, the old name must always be added to the deprecated/legacy array so that existing prompt files, tool configurations, and saved references continue to resolve correctly.
update-screenshots
Screenshot baselines are no longer stored in the repository . They are managed by an external screenshot service ( hediet-screenshots.azurewebsites.net ). The CI workflow uploads screenshots to this service and diffs them automatically.