Replace local ci-analysis skill with arcade-skills plugin#53526
Open
ellahathaway wants to merge 2 commits intodotnet:mainfrom
Open
Replace local ci-analysis skill with arcade-skills plugin#53526ellahathaway wants to merge 2 commits intodotnet:mainfrom
ellahathaway wants to merge 2 commits intodotnet:mainfrom
Conversation
Remove the local ci-analysis skill from .claude/skills/ and configure the dotnet/arcade-skills plugin in .github/copilot/settings.json. Add .claude/rules/setup.md with plugin installation instructions. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR migrates the repo’s AI CI-analysis capabilities from a locally maintained Claude skill to the shared dotnet/arcade-skills plugin, aligning with the goal of making skill consumption the default and reducing duplication across dotnet repos.
Changes:
- Added GitHub Copilot plugin configuration to consume
dotnet/arcade-skills. - Removed the local
.claude/skills/ci-analysisskill (script + reference docs + skill metadata). - Added a Claude setup rule document describing how to install/use the arcade-skills plugin.
Reviewed changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| .github/copilot/settings.json | Adds marketplace + enabled plugin mapping for dotnet/arcade-skills. |
| .claude/rules/setup.md | Documents plugin installation steps for accessing shared skills (e.g., CI analysis). |
| .claude/skills/ci-analysis/scripts/Get-CIStatus.ps1 | Removes locally hosted CI analysis script (replaced by plugin). |
| .claude/skills/ci-analysis/references/sql-tracking.md | Removes local reference documentation (now expected to come from plugin). |
| .claude/skills/ci-analysis/references/manual-investigation.md | Removes local reference documentation (now expected to come from plugin). |
| .claude/skills/ci-analysis/references/helix-artifacts.md | Removes local reference documentation (now expected to come from plugin). |
| .claude/skills/ci-analysis/references/delegation-patterns.md | Removes local reference documentation (now expected to come from plugin). |
| .claude/skills/ci-analysis/references/build-progression-analysis.md | Removes local reference documentation (now expected to come from plugin). |
| .claude/skills/ci-analysis/references/binlog-comparison.md | Removes local reference documentation (now expected to come from plugin). |
| .claude/skills/ci-analysis/references/azure-cli.md | Removes local reference documentation (now expected to come from plugin). |
| .claude/skills/ci-analysis/references/azdo-helix-reference.md | Removes local reference documentation (now expected to come from plugin). |
| .claude/skills/ci-analysis/SKILL.md | Removes local skill definition (replaced by plugin skill). |
You can also share your feedback on Copilot code review. Take the survey.
lbussell
reviewed
Mar 19, 2026
Move arcade-skills marketplace and plugin configuration from manual setup instructions in .claude/rules/setup.md to .claude/settings.json, enabling automatic discovery by Claude Code. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
Closes #53525