Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

vscode-cmake-tools

vscode-cmake-tools contient 7 skills collectées depuis microsoft, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
7
Stars
1.7k
mis à jour
2026-04-23
Forks
530
Couverture métier
2 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

validation-project
Analystes en assurance qualité des logiciels et testeurs

Creates a validation project for testing a specific vscode-cmake-tools pull request. Use this skill when asked to create a validation project, test a PR, validate a pull request, or set up a PR validation environment. The skill creates a structured project directory with documentation, metadata, and checklists for systematically validating PR changes.

2026-04-23
add-command
Développeurs de logiciels

Use when adding a new cmake.* command to CMake Tools. Touches package.json (contributes.commands), package.nls.json, src/extension.ts (funs array), and CHANGELOG.md. Triggers: "add command", "register command", "new command palette entry".

2026-04-20
add-diagnostic-parser
Développeurs de logiciels

Use when adding a compiler or tool output parser for the Problems panel. Touches src/diagnostics/<name>.ts, src/diagnostics/build.ts, package.json (cmake.enabledOutputParsers), and package.nls.json. Triggers: "add parser", "new diagnostic parser", "parse compiler output".

2026-04-20
add-setting
Développeurs de logiciels

Use when adding a new cmake.* configuration setting. Touches package.json (contributes.configuration), package.nls.json, src/config.ts (interface + getter), docs/cmake-settings.md, and CHANGELOG.md. Triggers: "add setting", "new setting", "add configuration".

2026-04-20
backend-tests
Analystes en assurance qualité des logiciels et testeurs

Use when writing unit tests under test/unit-tests/backend/*.test.ts that run in Node with Mocha+Chai and no VS Code API. For pure logic: parsers, helpers, env merging. Triggers: "backend test", "unit test", "mocha test without vscode".

2026-04-20
presets-vs-kits
Développeurs de logiciels

Use when writing or reviewing code that must work in both CMake Presets and Kits/Variants modes. Covers configure, build, test, environment, and generator paths. Triggers: "presets vs kits", "useCMakePresets", "works in both modes".

2026-04-20
pr-readiness
Développeurs de logiciels

Verify that a pull request into microsoft/vscode-cmake-tools meets contribution requirements. Use when preparing, reviewing, or finalizing a PR to check for a descriptive title, a meaningful description, a properly formatted CHANGELOG entry, code correctness, regression risks, adherence to existing patterns, and whether documentation updates are needed.

2026-04-17