Marketplace category archive

CI/CD Integrations Skills

Explore live CI/CD Integrations skills across the current marketplace catalog.

157live listings
10frameworks in use
Livetaxonomy archive

Category Skills

Browse the published marketplace skills currently assigned to this category.

CI/CD Integrations Security Reviewed

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.

OpenClaw CI/CD Integrations
3w ago 👁 2 View skill →
CI/CD Integrations Security Reviewed

Argo Workflows Linter

Lints and validates Argo Workflows templates using the argo CLI and Argo Server REST API. Detects DAG dependency cycles, invalid artifact references, and parameter type mismatches across workflow steps.

Claude Code CI/CD Integrations
3w ago 👁 1 View skill →
CI/CD Integrations Security Reviewed

Buildkite Agent Monitor

Monitors Buildkite agent pools via the Buildkite REST API v3 and GraphQL API. Tracks agent connectivity, queue depth, job wait times, and dispatches Slack alerts for stalled or disconnected agents.

Gemini CI/CD Integrations
3w ago 👁 2 View skill →
CI/CD Integrations Security Reviewed

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.

Custom Agents CI/CD Integrations
3w ago 👁 1 View skill →
CI/CD Integrations Security Reviewed

Buildkite Pipeline Profiler

Profiles Buildkite pipeline performance using the Buildkite REST API and GraphQL API. Analyzes step durations, agent queue wait times, and artifact upload bottlenecks. Generates optimization reports with buildkite-agent meta-data analysis.

MCP CI/CD Integrations
3w ago 👁 1 View skill →
CI/CD Integrations Security Reviewed

CircleCI Orb Configurator

Builds and validates CircleCI orb configurations using the CircleCI CLI and Orb Development Kit. Supports orb packing, linting with yamllint, and publishing to the CircleCI Orb Registry via circleci orb publish.

Claude Agents CI/CD Integrations
3w ago 👁 5 View skill →
CI/CD Integrations Security Reviewed

Jenkins Shared Library Builder

Scaffolds and tests Jenkins Shared Libraries using the jenkins-pipeline-unit framework (JenkinsPipelineUnit). Validates Groovy DSL syntax via CodeNarc static analysis and tests pipeline steps with JenkinsRule from jenkins-test-harness.

Gemini CI/CD Integrations
3w ago 👁 2 View skill →
CI/CD Integrations Security Reviewed

GitLab CI Pipeline Linter

Validates and optimizes .gitlab-ci.yml configurations using the GitLab CI Lint API (/api/v4/ci/lint). Checks for DAG dependency cycles, detects redundant job definitions, and suggests pipeline graph optimizations via the needs keyword.

Claude Agents CI/CD Integrations
3w ago 👁 1 View skill →
CI/CD Integrations Security Reviewed

GitLab CI Pipeline Migrator

Converts GitLab CI .gitlab-ci.yml pipelines to GitHub Actions workflows using the gitlab-ci-local parser and YAML AST transformations. Maps GitLab stages, services, and artifacts to equivalent GitHub Actions syntax.

Claude Code CI/CD Integrations
3w ago 👁 2 View skill →
CI/CD Integrations Security Reviewed

Jenkins Pipeline Log Parser

Extracts and analyzes Jenkins Pipeline build logs using the Jenkins REST API and Blue Ocean API. Identifies stage failures, flaky test patterns via JUnit XML parsing, and generates failure trend reports with node allocation insights.

Claude Agents CI/CD Integrations
3w ago 👁 2 View skill →
CI/CD Integrations Security Reviewed

GitLab CI Auto DevOps Configurator

Configures GitLab CI/CD pipelines using .gitlab-ci.yml with Auto DevOps templates, includes, and the GitLab Container Registry. Manages multi-project pipelines and environment-specific deployments.

Claude Agents CI/CD Integrations
3w ago 👁 1 View skill →
CI/CD Integrations Security Reviewed

Jenkins Pipeline Declarative Generator

Creates Jenkins Declarative Pipeline Jenkinsfiles using jenkins-pipeline-syntax and jenkins-shared-libraries. Configures stages, parallel execution, and post-build actions with Blue Ocean compatibility.

Custom Agents CI/CD Integrations
3w ago 👁 2 View skill →
CI/CD Integrations Security Reviewed

CircleCI Orb Configuration Manager

Manages CircleCI pipeline configurations using orbs like circleci/node, circleci/docker, and circleci/aws-s3. Handles workflow orchestration, parallelism, and resource class selection via .circleci/config.yml.

ChatGPT Agents CI/CD Integrations
3w ago 👁 7 View skill →
CI/CD Integrations Security Reviewed

Jenkins Pipeline Generator

Generates declarative Jenkins pipeline scripts using the Jenkins Pipeline Syntax reference and shared library patterns. Integrates with the Jenkins REST API (/api/json) for job configuration and the Blue Ocean API for pipeline visualization.

Custom Agents CI/CD Integrations
3w ago 👁 3 View skill →
CI/CD Integrations Security Reviewed

AWS CloudWatch Alarm Builder

Creates and manages CloudWatch alarms using the AWS SDK for JavaScript v3 (@aws-sdk/client-cloudwatch). Configures metric math expressions, composite alarms, and SNS notification routing via @aws-sdk/client-sns.

ChatGPT Agents CI/CD Integrations
3w ago 👁 2 View skill →
CI/CD Integrations Security Reviewed

GitHub Actions Workflow Optimizer

Analyzes GitHub Actions YAML workflows to identify redundant steps, optimize caching strategies, and reduce CI minutes. Uses the GitHub Actions REST API and actions/cache toolkit to benchmark and improve pipeline performance.

OpenClaw CI/CD Integrations
3w ago 👁 4 View skill →
CI/CD Integrations Security Reviewed

Jenkins Pipeline Health Monitor

Monitors Jenkins pipelines using the Jenkins REST API and Blue Ocean API, detecting flaky tests, build queue bottlenecks, and credential expiration warnings for proactive CI maintenance.

Codex CI/CD Integrations
3w ago 👁 3 View skill →
CI/CD Integrations Security Reviewed

GitLab CI Pipeline Debugger

Debugs failed GitLab CI/CD pipelines by parsing .gitlab-ci.yml and fetching job logs via GitLab REST API v4. Identifies runner misconfigurations, artifact dependency issues, and suggests targeted fixes.

Claude Code CI/CD Integrations
3w ago 👁 2 View skill →
CI/CD Integrations Security Reviewed

CircleCI Orb Auditor

Audits CircleCI orb versions and configurations using the CircleCI v2 API. Flags deprecated orbs, provides pinning recommendations, and checks security advisories from the orb registry.

Cursor CI/CD Integrations
3w ago 👁 6 View skill →
CI/CD Integrations Security Reviewed

Terraform Plan Validator Agent

Validates Terraform plans using terraform CLI, tfsec, and Checkov. Detects infrastructure misconfigurations, cost anomalies, and compliance violations before apply.

Cursor CI/CD Integrations
3w ago 👁 2 View skill →
CI/CD Integrations Security Reviewed

CircleCI Orb Pipeline Agent

Builds and manages CircleCI pipelines using config.yml v2.1, CircleCI API v2, and reusable Orbs. Supports dynamic config, test splitting, and resource class optimization.

ChatGPT Agents CI/CD Integrations
3w ago 👁 6 View skill →
CI/CD Integrations Security Reviewed

GitLab CI/CD Pipeline Optimizer

Optimizes GitLab CI/CD pipelines using the .gitlab-ci.yml specification and GitLab API v4. Implements DAG pipelines, parallel testing, and dynamic child pipelines.

ChatGPT Agents CI/CD Integrations
3w ago 👁 7 View skill →
CI/CD Integrations Security Reviewed

GitHub Actions CI Pipeline Builder

Generates and manages GitHub Actions workflows using the Workflow YAML syntax and GitHub REST API. Supports matrix builds, reusable workflows, and composite actions.

Codex CI/CD Integrations
3w ago 👁 4 View skill →
CI/CD Integrations Security Reviewed

Playwright Test Report to Slack

Parses Playwright HTML and JSON test reports and posts structured summaries to Slack using the Slack Web API. Reads test results from the playwright-report directory, extracts pass/fail/flaky counts using the @playwright/test reporter API, and posts rich Block Kit messages with test suite breakdowns via chat.postMessage.

ChatGPT Agents CI/CD Integrations
3w ago 👁 3 View skill →