Switch to the arcade-skills plugin for ci-analysis#127284
Merged
agocke merged 1 commit intodotnet:mainfrom Apr 22, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR removes the in-repo implementations of the ci-analysis and vmr-codeflow-status skills and adds configuration to source skills from the dotnet/arcade-skills marketplace plugin instead.
Changes:
- Removed local PowerShell scripts and reference docs for
ci-analysisandvmr-codeflow-status. - Added Copilot and Claude settings to enable the
dotnet-dnceng@dotnet-arcade-skillsplugin fromdotnet/arcade-skills.
Reviewed changes
Copilot reviewed 16 out of 16 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| .github/skills/vmr-codeflow-status/scripts/Get-CodeflowStatus.ps1 | Removed local VMR codeflow analysis script (expected to be replaced by plugin). |
| .github/skills/vmr-codeflow-status/references/vmr-codeflow-reference.md | Removed local reference documentation for VMR codeflow. |
| .github/skills/vmr-codeflow-status/references/vmr-build-topology.md | Removed local reference documentation for VMR build topology. |
| .github/skills/vmr-codeflow-status/SKILL.md | Removed local skill definition for vmr-codeflow-status. |
| .github/skills/ci-analysis/scripts/Get-CIStatus.ps1 | Removed local CI analysis script (expected to be replaced by plugin). |
| .github/skills/ci-analysis/references/sql-tracking.md | Removed local CI analysis reference doc. |
| .github/skills/ci-analysis/references/manual-investigation.md | Removed local CI analysis reference doc. |
| .github/skills/ci-analysis/references/helix-artifacts.md | Removed local CI analysis reference doc. |
| .github/skills/ci-analysis/references/delegation-patterns.md | Removed local CI analysis reference doc. |
| .github/skills/ci-analysis/references/build-progression-analysis.md | Removed local CI analysis reference doc. |
| .github/skills/ci-analysis/references/binlog-comparison.md | Removed local CI analysis reference doc. |
| .github/skills/ci-analysis/references/azure-cli.md | Removed local CI analysis reference doc. |
| .github/skills/ci-analysis/references/azdo-helix-reference.md | Removed local CI analysis reference doc. |
| .github/skills/ci-analysis/SKILL.md | Removed local skill definition for ci-analysis. |
| .github/copilot/settings.json | Enables dotnet-dnceng@dotnet-arcade-skills plugin and registers dotnet/arcade-skills marketplace source for Copilot. |
| .claude/settings.json | Mirrors the same plugin + marketplace configuration for Claude. |
maraf
approved these changes
Apr 22, 2026
agocke
approved these changes
Apr 22, 2026
Member
|
/ba-g docs-only change |
This was referenced Apr 23, 2026
Open
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.
Also remove the very stale vmr-codeflow-status which is replaced by complementary skills in the https://github.com/dotnet/arcade-skills repo