用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/dotnet/docker-tools --skill triaging-pull-requests命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 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-pull-requests |
| description | Triage open pull requests into actionable categories. |
List open pull requests by running gh pr list.
Read the contents of pull requests using gh pr view.
For any pull request that needs deeper status, review, comment, or CI context, use the investigating-pull-request skill.
Categorize each pull request into one of the following buckets:
For failing pull requests, use the investigating-pull-request skill to gather their full context and check their CI status.
For pull requests with CI failures, use the investigating-pipeline skill with the failing build ID to read task logs and identify root causes.
To check recent issues, run gh issue list --state all.
To check recently merged pull requests, run gh pr list --state merged.
Look for:
Using everything you've learned, place each pull request into one of these categories in this priority order:
Use your judgment when things are ambiguous. For example:
For "Needs Author Action" pull requests with CI failures, include the root cause diagnosis.
End with a recommended next action.