Skill Detail

Tekton Pipeline Validator

Validates Tekton Pipeline YAML manifests against the Tekton Pipelines API schema. Uses tkn CLI and Kubernetes admission webhooks to catch misconfigurations before deployment. Supports PipelineRun, TaskRun, and Trigger resource types.

CI/CD IntegrationsOpenClaw
CI/CD Integrations OpenClaw 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-validator 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

The Tekton Pipeline Validator skill provides comprehensive validation for Tekton CI/CD pipeline definitions before they reach your Kubernetes cluster. It leverages the tkn CLI tool and the Tekton Pipelines admission webhook API to perform deep structural validation on PipelineRun, TaskRun, TriggerTemplate, and TriggerBinding resources.

How it works

What this skill actually does

The skill parses YAML manifests and checks them against the Tekton Pipelines v1 API schema, catching common errors like missing workspace bindings, invalid parameter references, and incompatible step image specifications. It integrates with the Kubernetes ValidatingAdmissionWebhook to simulate real cluster admission checks.

Key features include recursive directory scanning for multi-file pipelines, cross-resource reference validation (ensuring Tasks referenced by Pipelines actually exist), and detailed error reporting with line numbers. The validator supports both Tekton Pipelines v1beta1 and v1 API versions, automatically detecting the schema version from resource apiVersion fields.