用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/mongodb/mongodb-atlas-kubernetes --skill investigate-e2e-failure命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | investigate-e2e-failure |
| description | This gives instructions on how to investigate end-to-end test failures. |
Whenever the user asks "investigate the e2e failure 123", execute the instructions below.
Check if the gh binary is installed.
In order to prevent TLS issues, just execute gh with full permissions.
$ gh run view --job 123
X main Test · 19282487500
Triggered via schedule about 2 months ago
X cloud-tests / e2e-tests / e2e (v1.34.0-kind, encryption-at-rest) in 10m48s (ID 123)
✓ Set up job
✓ Run actions/checkout@v5
✓ Install devbox
✓ Generate kustomized all-in-one install configs
✓ Extract k8s version/platform
X Run CI E2E tests
✓ Upload logs on failure
✓ Post Install devbox
✓ Post Run actions/checkout@v5
✓ Complete job
ANNOTATIONS
! No files were found with the provided path: output/**. No artifacts will be uploaded.
cloud-tests / e2e-tests / e2e (v1.34.0-kind, encryption-at-rest): .github#20
X Process completed with exit code 2.
cloud-tests / e2e-tests / e2e (v1.34.0-kind, encryption-at-rest): .github#2510
To see the logs for the failed steps, try: gh run view --log-failed --job=123
View this run on GitHub: https://github.com/mongodb/mongodb-atlas-kubernetes/actions/runs/19282487500
In this example we see that a test in test/e2e with the label "encryption-at-rest" failed.
In this case it is the test defined in test/e2e/encryption_at_rest/encryption_at_rest_test.go.
Use the following command to download the logs for the failed job:
$ gh run view --job 123 --log