원클릭으로
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.