Copilot skills for building CLI, container images, and installing Radius#11402
Open
Copilot skills for building CLI, container images, and installing Radius#11402
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds new GitHub Copilot skills that document how to build the rad CLI, build/push Radius container images, and install Radius from custom images. It also introduces new DynamicRP schema-annotation helpers and a frontend update filter intended to interact with sensitive-field schema metadata.
Changes:
- Add 3 new Copilot skills under
.github/skills/and register them in.github/copilot-instructions.md. - Add
GetSensitiveFieldPaths/ExtractSensitiveFieldPathsimplementation + tests underpkg/dynamicrp/schema/. - Add a new DynamicRP frontend update filter factory + tests under
pkg/dynamicrp/frontend/.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 11 comments.
Show a summary per file
| File | Description |
|---|---|
| pkg/dynamicrp/schema/annotations.go | New schema annotation helper implementation for sensitive-field paths |
| pkg/dynamicrp/schema/annotations_test.go | Unit tests for the new DynamicRP schema helper |
| pkg/dynamicrp/frontend/updatefilter.go | New frontend update filter factory that fetches sensitive-field paths |
| pkg/dynamicrp/frontend/updatefilter_test.go | Tests covering the new update filter behavior |
| .github/skills/radius-build-cli/SKILL.md | New skill: build rad from source |
| .github/skills/radius-build-images/SKILL.md | New skill: build/push Radius images (incl. multi-arch) |
| .github/skills/radius-install-custom/SKILL.md | New skill: install Radius using custom-built images |
| .github/copilot-instructions.md | Registers the newly added skills |
You can also share your feedback on Copilot code review. Take the survey.
brooke-hamilton
requested changes
Mar 9, 2026
Signed-off-by: sk593 <shruthikumar@microsoft.com>
Signed-off-by: sk593 <shruthikumar@microsoft.com>
Signed-off-by: sk593 <shruthikumar@microsoft.com>
brooke-hamilton
approved these changes
Mar 11, 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.
Description
Adds three new GitHub Copilot skills to help developers build and deploy Radius from source, and updates
.github/copilot-instructions.mdto register them.New skills added:
.github/skills/radius-build-cli/SKILL.md— Step-by-step procedure for building theradCLI binary usingmake build-rad, including cross-compilation and debug build variants..github/skills/radius-build-images/SKILL.md— Procedure for building and pushing Radius Docker images to a registry, including multi-arch builds and registry authentication guidance..github/skills/radius-install-custom/SKILL.md— Procedure for installing Radius on Kubernetes from custom-built images, including private registry auth, reinstall, and troubleshooting.Type of change
Contributor checklist
Please verify that the PR meets the following requirements, where applicable: