create-kbe
Installation
SKILL.md
Create a Known Build Error for dotnet/runtime
Use this skill when the workflow has a failure candidate that may need a Known Build Error issue in dotnet/runtime.
This skill is the repo-specific entry point for KBE creation. It delegates to the shared logic in .github/workflows/shared/create-kbe.instructions.md, which owns the detailed search rules, body template, signature reasoning, verification steps, and duplicate detection.
When to use this skill
- the scheduled outer-loop CI scanner identified a failure and needs to file a KBE
- a PR-targeted scan found an actionable failure that Build Analysis has not already recognized as known
- a workflow needs to decide whether a candidate should become a KBE, be skipped, or be deferred for human review
Required workflow
Read and follow these in order:
.github/workflows/shared/create-kbe.instructions.md- the caller workflow or tool instructions that selected this failure and decided it is in scope
- any workflow-specific formatting or dry-run requirements for the current caller