Skip to main content
Execute qualquer Skill no Manus
com um clique
Repositório GitHub

vscode-python-environments

vscode-python-environments contém 9 skills coletadas de microsoft, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
9
Stars
131
atualizado
2026-02-16
Forks
47
Cobertura ocupacional
2 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

cross-platform-paths
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Analistas de garantia de qualidade de software e testadores

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
Desenvolvedores de software

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
Analistas de garantia de qualidade de software e testadores

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

2026-02-12
run-e2e-tests
Analistas de garantia de qualidade de software e testadores

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
Analistas de garantia de qualidade de software e testadores

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
Analistas de garantia de qualidade de software e testadores

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