一键导入
triage
Analyze the latest failed CI run for a component. Identifies failing jobs and steps, reads logs, determines root cause, and classifies the failure.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Analyze the latest failed CI run for a component. Identifies failing jobs and steps, reads logs, determines root cause, and classifies the failure.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | triage |
| description | Analyze the latest failed CI run for a component. Identifies failing jobs and steps, reads logs, determines root cause, and classifies the failure. |
| argument-hint | [component-name] |
Search for the component using components_search
Pull recent runs using runs_list(limit=10)
Filter for FAILED runs. Skip any with workflow names containing "code_scan"
For the latest failed run:
a. automation_jobs_list — list all jobs and their statuses
b. For each failed job, identify the failing step
c. logs_list — attempt to pull logs from the failing step
NOTE: If this returns a 500 error, proceed without logs. Analyze
based on step names, statuses, and durations instead.
d. workflow_get_content — read the workflow YAML to understand what
each step does and identify configuration issues
Classify the failure:
security_findings_summary_get.Enrich with security context:
a. security_findings_summary_get — check if the component has open
security findings that may be related to the failure
Present a structured triage report:
Offer next actions:
/file-ticket)workflow_update_content (with user confirmation)Generate a CI health report for a component or the entire organization. Uses controller analytics, run history, and security posture.
Create a Jira ticket from a build failure, security finding, or improvement recommendation.
Manage feature flags — list, inspect, enable, disable, or create flags. Supports progressive rollout workflows.
Show a unified view of all CI/CD pipelines across Jenkins, GitHub Actions, and CloudBees Workflows. The cross-tool picture no single tool can provide.
Check release readiness across all components. Verifies CI status, security gates, and feature flag states for a go/no-go decision.
Analyze security posture across components. Shows vulnerabilities by severity, scanner type, SLA status, and remediation priority.