spinnaker

Correlate Spinnaker pipeline executions with application health and logs for RCA.

387|68|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/Arvo-AI/aurora --skill spinnaker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spinnaker
Source: https://github.com/Arvo-AI/aurora/tree/main/server/chat/backend/agent/skills/integrations/spinnaker
Command: npx skills add https://github.com/Arvo-AI/aurora --skill spinnaker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Spinnaker-based RCA often requires harmonizing deployment data, health signals, and logs to identify the root cause and determine safe rollback actions.

Core Features & Use Cases

  • RCA collaboration: centralizes Spinnaker pipeline context, application health, and logs for rapid incident analysis.
  • Rollback readiness: enables safe rollback triggers after validating findings with the user.
  • Cross-environment visibility: correlates pipelines across multiple environments to pinpoint release timing.

Quick Start

Ask the agent to fetch recent pipelines for your application, review the most likely failing deployment, and trigger a rollback if the user confirms.

Frequently Asked Questions about spinnaker

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I investigate a Spinnaker pipeline execution to find the root cause of an incident?

To investigate a Spinnaker pipeline execution for root cause analysis, you can correlate recent pipeline activity with incident timing by scoping pipeline executions, application health, and logs across environments.

How do I rollback a failing deployment in Spinnaker?

To rollback a failing deployment in Spinnaker, the agent identifies the failing pipeline execution, validates the RCA findings with you, and then triggers a safe rollback action after explicit confirmation.

Can I correlate application health and execution logs across multiple environments during a CI/CD incident?

Yes, you can correlate application health and execution logs across multiple environments during a CI/CD incident. The agent centralizes Spinnaker pipeline context to pinpoint release timing and determine rollback needs.

What is the best way to trigger a pipeline in Spinnaker after validating incident findings?

The best way to trigger a pipeline in Spinnaker after validating incident findings is to request the agent to execute the trigger_pipeline action, ensuring safe rollback readiness and remediation once the RCA is confirmed.

Do I need to manually list pipeline configs before diagnosing a Spinnaker deployment issue?

No, you do not need to manually list pipeline configs before diagnosing a Spinnaker deployment issue. The agent enumerates actions like list_pipeline_configs and recent_pipelines automatically to perform analysis and remediation.