用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/dotnet/docker-tools --skill triaging-pipelines命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Reviews or updates repository documentation as a dedicated task after implementation is complete. Use before submitting a pull request or when reviewing a pull request.
Reviews C# changes in the ImageBuilder codebase against the repo's modern C# conventions and invariants. Use when reviewing a C# diff, pull request, or staged/unstaged changes and you want anti-patterns caught before merge.
Diagnoses a single Azure Pipelines build. Shows the build timeline tree with stages, jobs, and task results, and retrieves task logs for debugging failures. Use when a user provides a build ID or Azure DevOps build URL and wants to understand what failed and why.
基于 SOC 职业分类
正在显示 SKILL.md
| name | triaging-pipelines |
| description | Triage recent Azure Pipelines runs and failures. |
pwsh ./eng/docker-tools/skill-helpers/Get-RecentBuilds.ps1 -Organization dnceng -Project internal -Folder dotnet/docker-tools -Hours 24
Change the value of -Hours to list more or fewer builds.
For any build whose state is failed, partiallySucceeded, or canceled, use the investigating-pipeline skill to view the build timeline and read failing task logs.
To check recent issues, run gh issue list --state all.
To check recent pull requests, run gh pr list --state all.
Read the contents of issues and pull requests using the gh CLI if necessary.
Look for: