Conversation
|
@copilot , you didn't seem to implement this |
Co-authored-by: max-charlamb <44248479+max-charlamb@users.noreply.github.com>
Implemented in 5781cec. Added the full ci-analysis skill adapted from dotnet/runtime, including:
Key adaptations: default repo is dotnet/diagnostics, pipeline references updated (dotnet-diagnostics, dotnet-diagnostics-official), and a note that Known Build Error tracking isn't set up in this repo. |
|
CI Analysis for PR #5691 Verdict: All failures are PR-related. This is a WIP PR (marked as such in the title) that migrates System.CommandLine from Root cause — incomplete API migration across 5 breaking changes:
Recommended actions:
Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
noahfalk
left a comment
There was a problem hiding this comment.
This looked good to me whenever you think its ready.
Adds a ci-analysis copilot skill to the dotnet/diagnostics repository, adapted from the ci-analysis skill in dotnet/runtime (PR dotnet/runtime#123913).
What's Included
.github/skills/ci-analysis/SKILL.md— Main skill documentation describing when and how to use the CI analysis skill, including three operation modes (PR analysis, Build ID, Helix Job), interpretation guidelines, and recommendation generation workflow..github/skills/ci-analysis/scripts/Get-CIStatus.ps1— PowerShell script that queries Azure DevOps builds, Helix test failures, extracts console logs, correlates failures with PR changes, and provides structured JSON summaries..github/skills/ci-analysis/references/— Eight reference documents:azdo-helix-reference.md— AzDO/Helix details with diagnostics pipeline infohelix-artifacts.md— Guide to Helix work item artifactsmanual-investigation.md— Manual investigation stepsazure-cli.md— Azure CLI deep investigationbinlog-comparison.md— Binlog comparison patternsbuild-progression-analysis.md— Build progression analysisdelegation-patterns.md— Subagent delegation patternssql-tracking.md— SQL tracking for investigationsKey Adaptations for diagnostics
dotnet/runtimetodotnet/diagnosticsdotnet-diagnosticsanddotnet-diagnostics-officialOriginal prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.