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

  1. Display the warning message written below.
  2. Investigate the failing jobs of a given {{build}}.
  • Prioritize investigating failing unit test steps first - these often reveal the root cause of failures
  1. 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.
  1. Using the commit id between the two builds, identify all PRs that were merged in that range.
  2. For each PR, analyze the changes to determine if they could have caused the failure.
  3. 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.
  1. If no PRs seem to be the cause, suggest rerunning the failed tests and filing an issue on GitHub if the problem persists.
Installs
4
GitHub Stars
192.9K
First Seen
7 days ago
build-champ-triage — microsoft/vscode