Skill Detail

Tekton Pipeline Debugger

Debugs Tekton pipeline failures by querying TaskRun and PipelineRun status via kubectl and the Tekton Results API. Extracts step container logs, identifies parameter resolution errors, and suggests workspace volume fixes.

CI/CD IntegrationsCustom Agents
CI/CD Integrations Custom Agents Security Reviewed
Tool match: tekton โญ 8.9k GitHub stars Apache-2.0 license
INSTALL WITH ANY AGENT
npx skills add agentskillexchange/skills --skill tekton-pipeline-debugger Copy
Works best when you want a reusable capability, not another fragile one-off prompt.
At a glance
Last updated
Mar 20, 2026
Quick brief

Tekton Pipeline Debugger provides intelligent troubleshooting for failed Tekton CI/CD pipelines running on Kubernetes.

How it works

What this skill actually does

How It Works

The skill queries Kubernetes for PipelineRun and TaskRun resources, extracting status conditions, step container logs, and event histories. It correlates failures across pipeline stages to identify root causes, from parameter resolution errors to workspace volume mount issues.

Key Features

  • Automatic extraction of step container logs from failed TaskRuns using kubectl logs with container selection
  • Parameter resolution debugging for unbound params, missing defaults, and type mismatches
  • Workspace volume troubleshooting for PVC binding failures, access mode conflicts, and storage class issues
  • Integration with Tekton Results API for historical failure pattern analysis

Diagnostics

Supports Tekton Pipelines v0.50+ and Tekton Results v0.7+. Detects common issues like missing ServiceAccount permissions, image pull failures, and resource quota exhaustion. Generates fix suggestions with kubectl patch commands.