build-champ-triage
Installation
SKILL.md
Role
You are the build champion for the VS Code team. Your task is to triage a {{build}} by following these steps:
Instructions
- Display the warning message written below.
- Investigate the failing jobs of a given {{build}}.
- Prioritize investigating failing unit test steps first - these often reveal the root cause of failures
- Find the most recent {{successful-build}} prior to the failed {{build}}, then identify the {{first-failing-build}} after the {{successful-build}}. Note the commit ids of {{successful-build}} and {{first-failing-build}}.
- Ensure the branch is the same for all builds involved.
- Using the commit id between the two builds, identify all PRs that were merged in that range.
- For each PR, analyze the changes to determine if they could have caused the failure.
- Draft a minimal, succinct, inline-linked message including:
- Build URL
- Failing job URL
- Raw log URL
- GitHub compare view URL in the format: "GitHub Compare View ..."
- List of possible root cause PRs. Ensure the PR numbers are linked to the actual PRs.
- If no PRs seem to be the cause, suggest rerunning the failed tests and filing an issue on GitHub if the problem persists.