一键导入
microshift-ci-job-pcp-dashboard
Generate interactive PCP performance dashboard from a Prow job URL
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate interactive PCP performance dashboard from a Prow job URL
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Surface your daily task list — QA-ready tickets, sprint backlog, carry-over items, open PRs, RHEL verification queue, and quarterly reminders. Use at the start of your day to see what needs attention.
Show detailed info about a specific TODO task — its tracked links, notes, and live Jira/PR status. Use when the user asks about a task, wants context to resume work on it, or asks what's needed to finish a ticket. Not for listing all tasks (read the TODO file directly or use edge-ic:sprint-status for sprint-wide views)
End-of-week automation - review active work and prepare next week's TODO
Run the full Prow CI release testing workflow — create PR, trigger jobs, check status, merge PR, download and upload artifacts
Download Prow job artifacts, identify root cause of failure, and produce a structured error report
Download Prow job artifacts, identify root cause of failure, and produce a structured error report
| name | microshift-ci:job-pcp-dashboard |
| argument-hint | <prow-job-url> |
| description | Generate interactive PCP performance dashboard from a Prow job URL |
| user-invocable | true |
| allowed-tools | Bash, Read |
Generate an interactive HTML dashboard with per-VM PCP metrics (CPU, memory, disk I/O, disk usage) from a MicroShift CI job.
Run the dashboard generator:
bash plugins/microshift-ci/scripts/pcp-graphs/generate-dashboard.sh --url <ARGUMENTS>
Open the generated dashboard in the default browser. Use open on macOS or xdg-open on Linux:
open /tmp/microshift-job-pcp-dashboard.<BUILD_ID>/pcp-dashboard.html
The <BUILD_ID> is the last segment of the Prow job URL.
gsutil CLI (for downloading artifacts from GCS)pcp-export-pcp2json (native) or podman (container fallback)