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.

  • github-pr-workflow - Manage GitHub pull requests from creation to merge
    GitHubPull-RequestsCI/CDGit

    ★ 0 · Updated 2026-09-22

    Provides workflows for creating branches, committing code, opening PRs, monitoring CI status, fixing failures, and merging pull requests.

    ⚙ Create git feature branches⚙ Stage and commit code changes⚙ Push local branches to remote
  • qt-release - Cross-Platform Qt App Release with GitHub Actions
    QtGitHub ActionsCI/CDcross-platform

    ★ 2 · Updated 2026-06-30

    Set up and troubleshoot GitHub Actions workflows for building, signing, notarizing, and packaging Qt applications on macOS, Linux, and Windows.

    ⚙ Install Qt SDK via GitHub Actions⚙ Bundle Qt frameworks on macOS⚙ Sign macOS app bundles with codesign
  • create-pull-request - Create GitHub Pull Requests Following Project Conventions
    GitHubPull RequestGitCode Review

    ★ 823 · Updated 2026-06-30

    Create a GitHub pull request following project conventions, handling commit analysis, branch management, and PR creation via gh CLI.

    ⚙ Check gh CLI installation⚙ Verify GitHub authentication⚙ Check existing pull requests
  • moai-foundation-trust - TRUST 5-Principles Validation for Code Quality Gates
    TRUST compliancecode qualitytest coverageSAST

    ★ 602 · Updated 2026-06-30

    Validates TRUST 5-principles (Test, Readable, Unified, Secured, Trackable) compliance using testing frameworks, SAST tools, and CI/CD automation.

    ⚙ Check test coverage thresholds⚙ Run code linting checks⚙ Run type safety checks
  • moai-foundation-trust - TRUST 5-Principles Compliance Validation
    TRUSTcode qualitytest coveragesecurity scanning

    ★ 18 · Updated 2026-06-30

    Validates TRUST 5-principles compliance (Test 85%+, Readable, Unified, Secured, Trackable) using testing frameworks, SAST tools, and CI/CD automation.

    ⚙ Run test coverage checks⚙ Lint source code⚙ Run type checking
  • vibe-validate - LLM-Optimized Validation Orchestration Tool
    validationtestingLLMTypeScript

    ★ 602 · Updated 2026-06-30

    Git-aware validation orchestration tool for LLM-assisted development with cached validation and context window reduction

    ⚙ run pre-commit validation⚙ run context-optimized tests⚙ run full validation pipeline
  • deployment-guide - Create Production Deployment Documentation
    deploymentdocumentationCI/CDkubernetes

    ★ 602 · Updated 2026-06-30

    Expert for creating deployment guides, CI/CD pipelines and release process documentation

    ⚙ create deployment guides⚙ document CI/CD processes⚙ define release procedures
  • e2e-parse-ci-failure - Parse E2E CI Failures from Prow or Jira
    CI/CDE2E testingfailure analysisOpenShift

    ★ 172 · Updated 2026-06-30

    Extract E2E test failure details from Prow CI job URLs or Jira tickets

    ⚙ parse Prow job URL⚙ parse Jira ticket ID⚙ parse Jira ticket URL
  • typo3-testing - TYPO3 Extension Testing Infrastructure
    TYPO3testingPHPUnitE2E testing

    ★ 602 · Updated 2026-06-30

    Provides templates, scripts, and references for TYPO3 extension testing setup and execution

    ⚙ set up test infrastructure⚙ write tests⚙ configure PHPUnit
  • cicd-gitea-actions-dev - Gitea Actions Development Guide
    CI/CDDevOpsautomationcontainer

    ★ 7 · Updated 2026-06-30

    Develop custom Gitea Actions including composite and Docker-based actions for CI/CD workflows

    ⚙ create composite actions⚙ develop Docker actions⚙ build action.yml files
  • multi-dockerfile-build - Build Multiple Docker Images in Parallel
    DockerGitLab CIcontainer buildmulti-container

    ★ 602 · Updated 2026-06-30

    Build multiple Docker images from different Dockerfiles using GitLab CI parallel matrix

    ⚙ configure parallel matrix⚙ set Docker build variables⚙ build Docker images
  • github-pr-workflow - GitHub PR Workflow Management
    GitHubPull RequestsCI/CDGit

    ★ 0 · Updated 2026-06-30

    Manage PR lifecycle: create branches, commit changes, monitor CI, and merge via gh CLI or git + REST API

    ⚙ create branch⚙ commit changes⚙ push branch
  • github-pr-workflow - GitHub Pull Request Workflow Automation
    GitHubPull-RequestsCI/CDGit

    ★ 0 · Updated 2026-06-30

    Manage complete PR lifecycle with gh CLI or git + GitHub API

    ⚙ create branch⚙ commit changes⚙ push branch
  • github-pr-workflow - GitHub PR Workflow Automation
    GitHubPull-RequestsCI/CDGit

    ★ 0 · Updated 2026-06-30

    Manage complete PR lifecycle from creation to merge

    ⚙ create branch⚙ commit changes⚙ open pull request
  • github-pr-workflow - GitHub Pull Request Workflow Automation
    GitHubPull-RequestCI/CDGit

    ★ 0 · Updated 2026-06-30

    Manage GitHub PR lifecycle including branch creation, commits, PR creation, CI monitoring, auto-fixing, and merging

    ⚙ create branch⚙ commit changes⚙ push code
  • review-pr-comments - PR Review Comment Handler
    GitHubPR reviewcode reviewCI/CD

    ★ 4,672 · Updated 2026-06-30

    Triages PR reviews and inline feedback with GitHub CLI

    ⚙ load PR metadata⚙ read review comments⚙ fetch inline comments
  • gitlab-workflow - GitLab Issue-Based Development Workflow
    GitLabworkflowversion controlGit

    ★ 0 · Updated 2026-06-30

    Use GitLab CLI to run issue-first, merge-request-based development workflows

    ⚙ create issue⚙ create merge request⚙ fetch branch
  • github-pr-workflow - GitHub Pull Request Workflow
    GitHubPull-RequestsCI/CDGit

    ★ 3 · Updated 2026-06-30

    Manage complete GitHub pull request lifecycle using gh CLI or REST API

    ⚙ create branch⚙ make commit⚙ push branch
  • systematic-debugging - Debug Environment and Infrastructure Issues
    debuggingengineeringroot-causeinfrastructure

    ★ 3 · Updated 2026-06-30

    Four-phase debugging process requiring root cause identification before fixing environment, config, or infrastructure issues.

    ⚙ read error messages⚙ reproduce issue consistently⚙ check recent changes
  • shellcheck-cicd-2025 - ShellCheck CI/CD Integration 2025
    ShellCheckCI/CDbashstatic analysis

    ★ 38 · Updated 2026-06-30

    Run ShellCheck validation on bash scripts and integrate into CI/CD workflows

    ⚙ run shellcheck⚙ validate bash scripts⚙ interpret warnings

Scroll to load more