Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

vscode-python-environments

vscode-python-environments에는 microsoft에서 수집한 skills 9개가 있으며, 저장소 수준 직업 범위와 사이트 내 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