Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

vscode-python-environments

vscode-python-environments 收录了来自 microsoft 的 9 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
9
Stars
131
更新
2026-02-16
Forks
47
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

cross-platform-paths
软件开发工程师

Critical patterns for cross-platform path handling in this VS Code extension. Windows vs POSIX path bugs are the #1 source of issues. Use this skill when reviewing or writing path-related code.

2026-02-16
generate-snapshot
软件开发工程师

Generate a codebase health snapshot for technical debt tracking and planning. Analyzes git history, code complexity, debt markers, and dependencies to identify hotspots and refactoring priorities.

2026-02-16
python-manager-discovery
软件开发工程师

Environment manager-specific discovery patterns and known issues. Use when working on or reviewing environment discovery code for conda, poetry, pipenv, pyenv, or venv.

2026-02-16
run-pre-commit-checks
软件质量保证分析师与测试员

Run the mandatory pre-commit checks before committing code. Includes lint, type checking, and unit tests. MUST be run before every commit.

2026-02-16
settings-precedence
软件开发工程师

VS Code settings precedence rules and common pitfalls. Essential for any code that reads or writes settings. Covers getConfiguration scope, inspect() vs get(), and multi-workspace handling.

2026-02-16
debug-failing-test
软件质量保证分析师与测试员

Debug a failing test using an iterative logging approach, then clean up and document the learning.

2026-02-12
run-e2e-tests
软件质量保证分析师与测试员

Run E2E tests to verify complete user workflows like environment discovery, creation, and selection. Use this before releases or after major changes.

2026-02-12
run-integration-tests
软件质量保证分析师与测试员

Run integration tests to verify that extension components work together correctly. Use this after modifying component interactions or event handling.

2026-02-12
run-smoke-tests
软件质量保证分析师与测试员

Run smoke tests to verify extension functionality in a real VS Code environment. Use this when checking if basic features work after changes.

2026-02-12