LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills tagged: ci-cd

Browse skills that share this tag.

  • glab-ci - Work with GitLab CI/CD pipelines, jobs, and artifacts.
    gitlabci-cdpipelinejob

    ★ 48 · Updated 2026-09-22

    Work with GitLab CI/CD pipelines, jobs, and artifacts to check status, view logs, trigger manual jobs, download artifacts, and validate configurations.

    ⚙ Check pipeline status⚙ View pipeline details⚙ List recent pipelines
  • ci-cd-config-sync - Sync GitHub Actions Workflows with Codebase Changes
    ci-cdgithub-actionslaraveldocker

    ★ 0 · Updated 2026-09-21

    Detects project changes and updates GitHub Actions CI/CD workflows to keep configuration in sync.

    ⚙ Analyze codebase file changes⚙ Catalog existing GitHub Actions workflows⚙ Update workflow dependency install steps
  • dsr - Fallback release infrastructure for GitHub Actions throttling
    releasebuildci-cdcross-platform

    ★ 43 · Updated 2026-09-21

    Provides local multi-platform building, signing, verification, and artifact releasing when GitHub Actions is throttled or offline.

    ⚙ Check GitHub Actions throttling status⚙ Build tools for target platforms⚙ Release artifacts to GitHub
  • adk-deploy-guide - ADK Agent Deployment and CI/CD Guide
    deploymentgoogle-cloudadkcloud-run

    ★ 35 · Updated 2026-09-21

    Guides deployment of ADK agents to Google Cloud using Cloud Run, Agent Engine, Terraform, and CI/CD pipelines.

    ⚙ Deploy agents using Cloud Run⚙ Deploy agents using Agent Engine⚙ Configure secrets in Secret Manager
  • cncf-kubeflow-pipelines-reviewer - Review Kubeflow Pipelines using official repo evidence.
    kubeflow-pipelinesci-cdai-native-infradevsecops

    ★ 0 · Updated 2026-09-21

    Reviews Kubeflow Pipelines code, configuration, APIs, deployment, and security using official documentation and repository evidence.

    ⚙ Review Kubeflow Pipelines configurations⚙ Inspect security and trust boundaries⚙ Verify version and upgrade paths
  • turborepo-caching - Configure Turborepo local and remote build caching
    turborepomonorepocachingbuild-optimization

    ★ 0 · Updated 2026-09-21

    Configures Turborepo for monorepo builds with local and remote caching, optimizing build pipelines and CI/CD performance.

    ⚙ Configure build pipelines⚙ Implement remote caching⚙ Optimize CI/CD performance
  • turborepo-caching - Configure Turborepo local and remote caching
    turborepomonorepocachingbuild-optimization

    ★ 0 · Updated 2026-09-21

    Configure Turborepo build pipelines, local caching, and remote caching for monorepo optimization.

    ⚙ Configure build pipelines⚙ Implement remote caching⚙ Debug cache misses
  • turborepo-caching - Configure Turborepo build pipelines and caching
    turborepomonorepocachingbuild-optimization

    ★ 0 · Updated 2026-09-21

    Configures Turborepo monorepos for efficient local and remote build caching, pipeline setup, task filtering, and cache debugging.

    ⚙ Configure Turborepo build pipelines⚙ Implement remote build caching⚙ Filter monorepo build tasks
  • turborepo-caching - Configure local and remote caching in Turborepo.
    turborepomonorepocachingbuild-optimization

    ★ 2 · Updated 2026-09-21

    Configures local and remote build caching, pipeline tasks, and filtering for Turborepo monorepo build optimization.

    ⚙ Configure turbo.json build pipelines⚙ Set up Vercel remote caching⚙ Implement self-hosted remote cache server
  • project-bootstrap - Scaffold production-ready project skeletons from scratch.
    bootstrapscaffoldclean-architecturedocker

    ★ 0 · Updated 2026-09-20

    Scaffolds project skeletons with Clean Architecture, Docker, CI/CD workflows, linting, pre-commit hooks, and test infrastructure.

    ⚙ Detect or confirm tech stack⚙ Create Clean Architecture directory structure⚙ Generate multi-stage Dockerfile
  • senior-devops-engineer - Operate infrastructure, CI/CD, and production safely
    devopsinfrastructureci-cdkubernetes

    ★ 0 · Updated 2026-09-20

    Operate infrastructure, CI/CD, and production safely including IaC, cloud, containers, Kubernetes, observability, caching, rollouts, reliability, and cost.

    ⚙ Operate infrastructure CI/CD and production⚙ Review infrastructure code and deployment risks⚙ Generate infrastructure modules and config files
  • turborepo-caching - Configure and optimize Turborepo local and remote caching
    turborepocachingmonorepobuild-optimization

    ★ 6 · Updated 2026-09-20

    Configures Turborepo build pipelines, local and remote caching, and monorepo build optimizations.

    ⚙ Configure Turborepo build pipelines⚙ Implement remote caching⚙ Debug cache misses
  • turborepo-caching - Configure Turborepo local and remote caching
    turborepomonorepocachingpipeline

    ★ 18 · Updated 2026-09-20

    Configure Turborepo pipelines, local caching, remote caching, task filtering, and cache debugging for monorepo projects.

    ⚙ Configure build pipelines⚙ Implement remote caching⚙ Set up self-hosted cache
  • load-testing - Guide for load testing methodology and performance analysis
    load-testingperformance-testingcapacity-planningci-cd

    ★ 0 · Updated 2026-09-20

    Provides methodology for scenario design, tool selection, bottleneck identification, capacity planning, and CI integration in load testing.

    ⚙ Design realistic load test scenarios⚙ Select appropriate load testing tools⚙ Identify system performance bottlenecks
  • cut-release - Cut a stable Promise epoch release end-to-end
    releaseci-cdautomationgithub-actions

    ★ 9 · Updated 2026-09-20

    Orchestrates stable Promise epoch releases by driving cheapest-first CI, publishing next/stable builds, authoring notes, and verifying releases.

    ⚙ Sync tooling with main branch⚙ Drive cheapest-first per-platform CI sequentially⚙ Cut next tag to trigger build
  • ship-it - Commit, push, and create a pull request
    gitpull-requestworkflowchangelog

    ★ 4 · Updated 2026-09-19

    Verifies builds and tests, commits code changes, updates CHANGELOG, pushes the feature branch, and creates a GitHub pull request.

    ⚙ Verify non-main branch⚙ Extract issue number from branch⚙ Run project build
  • iterate-pr - Iterate on a PR until CI passes and feedback is addressed
    ci-cdgithubpull-requestcode-review

    ★ 6 · Updated 2026-09-19

    Automates iterating on a PR by fetching CI status and review feedback, fixing issues, and pushing updates until checks pass.

    ⚙ Fetch PR CI check status⚙ Fetch PR review feedback⚙ Fix CI check failures
  • levyra-ci-workflows - Levyra CI and workflow management
    github-actionsci-cdgradleandroid

    ★ 350 · Updated 2026-09-19

    Manages Levyra GitHub Actions workflows, build performance, AGP and Kotlin compatibility, releases, and workflow security.

    ⚙ Query GitHub Actions runs by SHA⚙ Inspect workflow and build configurations⚙ Optimize Gradle build performance
  • gitlab-cicd-pipeline - Design and implement GitLab CI/CD pipelines
    gitlabci-cdpipelinedocker

    ★ 602 · Updated 2026-09-19

    Design and implement GitLab CI/CD pipelines with stages, jobs, artifacts, caching, runners, and Docker or Kubernetes deployments.

    ⚙ Configure GitLab CI/CD pipelines⚙ Register and configure GitLab Runners⚙ Optimize Docker layer caching
  • act-workflow-syntax - GitHub Actions workflow syntax guidance for act testing
    github-actionsactworkflow-syntaxci-cd

    ★ 18 · Updated 2026-09-19

    Provides guidance on syntax, triggers, jobs, steps, and expressions for GitHub Actions workflows testable locally with act.

    ⚙ Guide workflow syntax and structure⚙ Configure event and schedule triggers⚙ Define jobs and step configurations

Scroll to load more