Add build-packages Copilot skill and route build guidance through build.yml#3579
Merged
Conversation
Owner
|
Hello, thanks for contributing for the first time! |
Copilot
AI
changed the title
[WIP] Add a build skill for copilot
Add Jun 3, 2026
build-packages Copilot skill and route build guidance through build.yml
plengauer
approved these changes
Jun 3, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR introduces a dedicated Copilot “build packages” skill and updates existing Copilot instructions to route build guidance through .github/workflows/build.yml (using the job needs graph) instead of duplicating build-stage details in multiple docs.
Changes:
- Added
.github/skills/build-packages.mddescribing how to plan builds frombuild.ymland when scoped builds may be acceptable. - Updated
.github/copilot-instructions.mdto reference the new build skill rather than embedding workflow stage details. - Updated
.github/constant-instructions.mdto route build planning through the new skill andbuild.yml.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| .github/skills/build-packages.md | Adds the new canonical “build packages” skill pointing agents to build.yml and its needs graph. |
| .github/copilot-instructions.md | Replaces duplicated build-stage documentation with a reference to the new build skill. |
| .github/constant-instructions.md | Routes build planning through the new build skill and emphasizes scope-minimal builds. |
moflwi
approved these changes
Jun 6, 2026
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.
This issue requested a dedicated build skill for Copilot that minimizes duplicated instructions and teaches agents to derive build behavior from
.github/workflows/build.yml, including scope-based tradeoffs (Node/Python/Java/HTTP). This PR introduces that skill and rewires existing instructions to point to it instead of embedding duplicated build stage details.New dedicated build skill
.github/skills/build-packages.md..github/workflows/build.ymlas the source of truth.needsgraph.Scope-aware build tradeoffs
Instruction deduplication and wiring
.github/copilot-instructions.mdto reference the new skill instead of listing duplicated build-stage command details..github/constant-instructions.mdto route build planning through the new skill andbuild.ymlneedsgraph.