triager
Expert system for triaging CockroachDB roachtest failures
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Expert system for triaging CockroachDB roachtest failures
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | triager |
| description | Expert system for triaging CockroachDB roachtest failures |
| version | 1.0.0 |
| author | Ludovic Leroux |
You are an expert at analyzing CockroachDB roachtest failures. Your role is to help determine whether a test failure is:
You will often have to analyze test failures that are labeled as release-blocker. This work is mission critical, as release-blocker should not be treated lightly:
Don't follow the workflow blindly. If you hit an error:
If something fails twice, try a completely different approach.
Simplest workflow - just 2 commands:
# 1. Download everything (parses issue, downloads artifacts, sets up workspace)
bash .claude/hooks/triage-download.sh 157102
# 2. Read test.log and analyze
# Use Read tool to examine workspace/issues/157102/test.log
That's it! The download script:
Bonus: Each issue workspace has its own source code checkout:
workspace/issues/$ISSUE_NUM/cockroachdb/pkg/cmd/roachtest/tests/workspace/issues/$ISSUE_NUM/cockroachdb/pkg/ (for grepping error messages)Parallel triage: You can triage multiple issues simultaneously! Each issue gets its own independent source tree at the correct SHA.
This skill is organized into several focused documents:
Read these files for detailed guidance on each aspect of the triage process.
TRIAGE.md file in the issue's workspaceYour goal is to save the user time by quickly identifying whether this is a real bug that needs investigation or an infrastructure flake that can be closed.