一键导入
spinnaker
Spinnaker CD platform integration for investigating pipeline executions, application health, and triggering rollbacks during RCA
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Spinnaker CD platform integration for investigating pipeline executions, application health, and triggering rollbacks during RCA
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
GitHub code repository integration for investigating code changes, deployments, commits, PRs, and suggesting fixes during RCA
CloudBees CI integration for investigating builds, deployments, pipeline stages, and test results during RCA
CloudBees Operations Center integration for cross-controller deployment visibility and feature flag correlation during RCA
Bitbucket code repository integration for managing repos, branches, PRs, issues, and CI/CD pipelines
On-prem Kubernetes cluster integration for running kubectl commands via Aurora agent relay or uploaded kubeconfig
Fly.io integration for application monitoring, machine lifecycle management, metrics, logs, and incident remediation
| name | spinnaker |
| id | spinnaker |
| description | Spinnaker CD platform integration for investigating pipeline executions, application health, and triggering rollbacks during RCA |
| category | cicd |
| connection_check | {"method":"is_connected_function","module":"chat.backend.agent.tools.spinnaker_rca_tool","function":"is_spinnaker_connected"} |
| tools | ["spinnaker_rca"] |
| index | CI/CD -- investigate Spinnaker pipelines, application health, trigger rollbacks |
| rca_priority | 4 |
| allowed-tools | spinnaker_rca |
| metadata | {"author":"aurora","version":"1.0"} |
Spinnaker CD platform integration for investigating pipeline executions and application health during Root Cause Analysis. Use during RCA to check if deployments correlate with incidents.
Query Spinnaker CD platform for root cause analysis and interactive investigation.
Actions:
recent_pipelines -- List recent pipeline executions; optional application filter and limitpipeline_detail -- Get full execution with stage-by-stage status. Requires execution_idapplication_health -- Cluster + server group health. Requires applicationlist_pipeline_configs -- Available pipeline definitions. Requires applicationtrigger_pipeline -- Trigger a pipeline (e.g. rollback). Requires application + pipeline_name, optional parametersexecution_logs -- Detailed logs for failed stages. Requires execution_idspinnaker_rca(action='recent_pipelines', application='APP') -- Check for recent pipeline executionsspinnaker_rca(action='pipeline_detail', execution_id='ID') -- Get stage-by-stage status for a suspicious executionspinnaker_rca(action='application_health', application='APP') -- Check cluster and server group healthspinnaker_rca(action='execution_logs', execution_id='ID') -- Get detailed logs for failed stagesspinnaker_rca(action='list_pipeline_configs', application='APP') -- List available pipelines (e.g. to find a rollback pipeline)spinnaker_rca(action='trigger_pipeline', application='APP', pipeline_name='rollback') -- Trigger rollback if neededrecent_pipelines first to correlate deployments with incident timing.pipeline_detail to get stage-by-stage breakdown before reading logs.application_health to assess current cluster state.trigger_pipeline (e.g. for rollback) after confirming root cause with the user.