一键导入
ci-health
Generate a CI health report for a component or the entire organization. Uses controller analytics, run history, and security posture.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate a CI health report for a component or the entire organization. Uses controller analytics, run history, and security posture.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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.
Analyze the latest failed CI run for a component. Identifies failing jobs and steps, reads logs, determines root cause, and classifies the failure.
| name | ci-health |
| description | Generate a CI health report for a component or the entire organization. Uses controller analytics, run history, and security posture. |
| argument-hint | [component-name or 'org'] |
controllers_list — find all CI controllers (Jenkins instances)
For each controller, pull analytics:
a. controllers_data_get(ci2) — System Information (version, plugins,
nodes, executors)
b. controllers_data_get(ci3) — System Health (disk, threads, plugins)
c. controllers_data_get(ci4) — Runs Overview (active, queued, wait times)
NOTE: ci5, ci6, ci7 may return empty data. If they do, skip gracefully.
d. report_drilldown_get(pluginsInfo) — plugin health details
If specific component:
a. components_search — find the component
b. runs_list(limit=20) — pull recent run history
c. Calculate pass rate from run statuses
d. security_issues_all_get — security posture
If 'org':
a. components_list — all components
b. Per component: runs_list(limit=10) — recent runs
c. security_issues_all_get — org-wide security
Calculate and report:
Provide a "CI Health Score" (0-100) based on:
List top 3 actionable recommendations
Offer next actions: