spacelift:logs

Retrieve Spacelift run logs and details for debugging infrastructure deployments.

1|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/fabn/claude-plugins --skill spacelift-logs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spacelift:logs
Source: https://github.com/fabn/claude-plugins/tree/main/plugins/spacelift/skills/logs
Command: npx skills add https://github.com/fabn/claude-plugins --skill spacelift-logs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Spacelift run logs are essential for debugging infrastructure deployments, but locating the correct run, extracting relevant log excerpts, and interpreting resource changes can be time‑consuming, especially when working across branches or pull requests.

Core Features & Use Cases

  • Run Identification: Detect runs by stack name, run ID, branch, or PR and retrieve their details.
  • Log Retrieval: Pull full logs or paginated excerpts, handling large outputs and stripping ANSI codes.
  • Change Summary: Show added, updated, or destroyed resources for quick insight.
  • Fallback Mechanism: Automatically switch to CLI tools when MCP tools are unavailable.

Quick Start

Show the latest Spacelift run logs for the stack 'my-app-prod'.

Frequently Asked Questions about spacelift:logs

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

FAQPage Schema
How do I retrieve Spacelift run logs for a specific branch or pull request?

You can retrieve Spacelift run logs by detecting runs through stack name, run ID, branch, or PR. The tool integrates with Git to identify the current branch or pull request, then pulls the relevant log excerpts automatically.

What is the best way to debug infrastructure deployment failures using Spacelift logs?

Debugging Spacelift run logs involves locating the correct run by stack or branch, extracting relevant excerpts, and reviewing a summary of added, updated, or destroyed resources to quickly pinpoint deployment issues.

Can I get Spacelift run logs without MCP tools installed?

Yes, you can retrieve Spacelift run logs without MCP tools. The system features an automatic fallback mechanism that switches to CLI tools when MCP tools are unavailable in your environment.

Does retrieving large Spacelift run logs support pagination?

Yes, retrieving large Spacelift run logs supports pagination to handle large outputs. It also strips ANSI codes from the logs to ensure the extracted text is clean and readable for debugging.

How do I find Spacelift run details by stack name?

You can find Spacelift run details by specifying the stack name. The tool locates the corresponding run, retrieves its details, and shows the added, updated, or destroyed resources for quick infrastructure insight.