Added vcpkg skill#2300
Merged
Merged
Conversation
Contributor
🔒 PR Risk Scan ResultsScanned 5 changed file(s).
|
Contributor
🔍 Vally Lint Results✅ All checks passed
Summary
Full linter output |
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a vcpkg skill covering dependency management, versioning, integration, and cross-platform builds.
Changes:
- Adds core vcpkg guidance.
- Adds registries, CI/CD, and troubleshooting references.
- Adds the skill to the generated documentation index.
Show a summary per file
| File | Description |
|---|---|
skills/vcpkg/SKILL.md |
Defines the core skill guidance. |
skills/vcpkg/references/ci.md |
Documents CI/CD and caching. |
skills/vcpkg/references/registries.md |
Covers registries and overlays. |
skills/vcpkg/references/troubleshooting.md |
Covers diagnostics and maintenance. |
docs/README.skills.md |
Indexes the new skill. |
Review details
- Files reviewed: 5/5 changed files
- Comments generated: 23
- Review effort level: Medium
AugP
marked this pull request as draft
July 15, 2026 22:32
Contributor
Author
|
Will make a few changes and re-open when done. |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
AugP
marked this pull request as ready for review
July 17, 2026 08:22
Contributor
Author
|
Made a bunch of fixes, opened PR again. |
…into vcpkg-skill merging changes committed in GitHub
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Contributor
Author
|
@aaronpowell this is ready for human review. |
ayangupt
approved these changes
Jul 20, 2026
Contributor
There was a problem hiding this comment.
Review details
Comments suppressed due to low confidence (1)
skills/vcpkg/SKILL.md:127
- This command is not portable to the Zsh environment covered above: unquoted square brackets are parsed as a glob, and Zsh's default
nomatchbehavior aborts before vcpkg runs. Quote the package specification; double quotes also work in Bash and PowerShell.
vcpkg install curl[ssl,http2]
- Files reviewed: 5/5 changed files
- Comments generated: 1
- Review effort level: Medium
| cmake -B build -DVCPKG_TARGET_TRIPLET=x64-linux -DCMAKE_TOOLCHAIN_FILE=<vcpkg-root>/scripts/buildsystems/vcpkg.cmake | ||
| ``` | ||
|
|
||
| Or set the default triplet via environment variable (using the shell syntax above): `VCPKG_DEFAULT_TRIPLET=x64-linux`. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.mainbranch for this pull request.Description
Added a skill to enhance Copilot's support for the vcpkg package manager. Skill was already demoed for the Pure Virtual C++ 2026 conference using Copilot CLI. Now I hope to share it with the community.
Type of Contribution
Additional Notes
About me: I am the product manager for vcpkg.
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.