Search: "CI/CD"

Showing 24 of 24 results

Development

mesh flow

Skill · by Roy Yuen

What it does Mesh Flow replaces fragile, implicit prompt-chaining with a robust, artifact-driven DAG (Directed Acyclic Graph) orchestration system. By defining your agent workflows in a structured project.yaml, you move logic out of the prompt and into a compile-time validated system. It enforces hard gates—such as human approval or dependency verification—that the AI cannot bypass or hallucinate past. Why use this skill Standard agentic workflows often fail because the LLM decides to skip steps or "forgets" requirements. Mesh Flow treats your agentic workflow like a CI/CD pipeline. It features a Compile-then-Run architecture that validates your topology for cycles and missing artifacts before single token is generated. This ensures 100% predictable execution paths, explicit failure states (failed, blocked, rejected), and absolute control over recovery paths. Supported tools YAML-based workflow configurations Standardized Adapter Interfaces for cross-skill communication Mermaid DAG visualization for debugging Zod-backed schema validation CLI tools for compilation and execution (mesh compile, mesh run) Output structure The skill produces a normalized execution plan and a detailed execution trace. Every node execution returns a standardized status, a list of produced artifacts, and comprehensive metadata including tool calls and verification reasoning. Use Cases Build multi-step agent pipelines with hard verification gates Enforce human-in-the-loop approval before sensitive code deployments Visualize complex agent task dependencies using Mermaid DAGs Standardize artifact sharing between disparate AI skills and agents

Development ClawHub

CI-CD

Skill

Automate builds, tests, and deployments across web, mobile, and backend applications.

Development ClawHub

CI/CD Pipeline

Skill

Create, debug, and manage CI/CD pipelines with GitHub Actions. Use when the user needs to set up automated testing, deployment, releases, or workflows. Covers workflow syntax, common patterns, secrets management, caching, matrix builds, and troubleshooting.

Development ClawHub

CI/CD 测试

Skill

当需要把测试集成到 CI/CD 流水线中、或者现有流水线的测试环节跑起来效率低不可靠时使用此技能。覆盖流水线各阶段的分层测试卡点设计(提交检查→单元测试→接口测试→UI 测试→回归测试)、工具集成策略和质量门禁配置。不要在 CI 里堆满慢的 UI 测试——而是构建测试金字塔:提交阶段跑最快的(<5min),合码阶段跑核心的(<15min),夜间跑全量的。 本技能属于 QA Test Skills 技能集(49 个技能之一),完整工作流体验需安装全套:npx skills add Kokxi/qa-test-skills

Development ClawHub

ci-cd-and-automation

Skill

Automates CI/CD pipeline setup. Use when setting up or modifying build and deployment pipelines. Use when you need to automate quality gates, configure test runners in CI, or establish deployment stra Use when 需要Development领域自动化处理、数据分析和流程编排时使用。不适用于无明确需求的模糊场景。

Development ClawHub

Pilot Ci Cd Pipeline Setup

Agent

Deploy a decentralized CI/CD pipeline with 3 agents. Use this skill when: 1. User wants to set up a CI/CD pipeline across multiple agents 2. User is configur...

Development ClawHub

ci-cd-watchdog

Skill

CI/CD流水线智能运维助手,自动解析构建日志、定位根因、生成修复方案与回滚指令、输出事后复盘报告

Development ClawHub

CI/CD Pipeline Toolkit

Skill

Automate CI/CD pipelines for GitHub Actions, GitLab CI, and Jenkins with build, test, deploy workflow creation and pipeline status monitoring.

Development ClawHub

GitHub 智能代码审查与 CI/CD 自动化

Skill

GitHub 智能代码审查与 CI/CD 自动化完整工作流。 场景:收到 PR 或提交代码时,自动完成 AI 代码审查(bug/安全/逻辑问题), 并根据审查结果智能生成或推荐 GitHub Actions CI/CD 工作流。 触发词:代码审查、review PR、生成 CI/CD、GitHub Actions...

Development ClawHub

CI/CD Generator

Skill

Generate GitHub Actions CI/CD pipelines tailored to the current project. Use when the user says 'set up CI', 'create pipeline', 'github actions', 'CI/CD', 'd...

Development ClawHub

Bytesagain Ci Cd Pipeline

Skill

Generate CI/CD pipeline configs for GitHub Actions, GitLab CI, and Jenkins. Use when setting up Node.js, Python, Go, or Docker pipelines, configuring rollbac...

Development ClawHub

Ci Cd Compliance

Skill

CI/CD pipeline requirements and deployment standards. Use when (1) Setting up CI/CD pipelines, (2) Debugging CI failures, (3) Configuring deployment workflow...

Development ClawHub

Easy CI/CD

Skill

Build lightweight, minimal CI/CD scaffolding around a small project. Use when asked to add or simplify GitHub Actions, create a fast CI pipeline, add a minim...

Development ClawHub

Agent Testing & QA Toolkit: Integration, Chaos, and Contract Testing for Multi-Agent Systems

Agent

Agent Testing & QA Toolkit: Integration, Chaos, and Contract Testing for Multi-Agent Systems. Comprehensive testing toolkit for agent commerce systems: unit...

Development ClawHub

xCloud Docker Deploy

Skill

xCloud Docker Deploy v1.4.1 — a confirmation-gated skill for preparing projects for xCloud. It inspects or changes files only after user consent, generates D...

Development ClawHub

PR Auto-Merge Agent

Agent

Autonomous PR merge agent. Scans repos for approved + CI-passing PRs and merges them automatically. Supports dry-run mode, squash/merge options, and min-appr...

Development ClawHub

PR Review Factory

Skill

自动化Code Review工厂 — GitHub PR审查全流程自动化,从提交到修复到合并,一站式质量门禁。

Development ClawHub

The Agent Testing & Observability Cookbook: Ship Reliable Agent Commerce Systems

Agent

The Agent Testing & Observability Cookbook: Ship Reliable Agent Commerce Systems. Practitioner cookbook for testing and monitoring agent commerce: tool contr...

Development ClawHub

Group Debug & Deploy Expert

Skill

Universal debug & deploy expert for multi-project instances. Invoke when debugging services, deploying backend/frontend/mobile, troubleshooting bugs, or any...

Development ClawHub

Pilot Code Review Pipeline Setup

Agent

Deploy an automated code review pipeline with 3 agents. Use this skill when: 1. User wants to set up an automated code review or PR analysis pipeline 2. User...

Development ClawHub

Ai Company Ceo 2.0.0

Agent

AI Company CEO技能包:五层Hub-and-Spoke架构、Orchestrator-Workers协作、Guardrail护栏、CI/CD for Prompt、核心KPI指标库、NIST AI RMF对齐。

Development ClawHub

Kimi Cli Headless Execution

Skill

教 OpenClaw 在自动化脚本、后台任务、CI/CD、无 TTY 环境等非交互场景中, 正确使用 Kimi Code CLI 的 `-p/--prompt`、`--print`、`--quiet`、`--wire` 等参数完成无头执行。 涵盖命令构造、自动审批控制、输出格式选择、会话管理、错误处理与安全护栏。

Development ClawHub

Kimi CLI 无头执行操作手册

Skill

教 OpenClaw 在自动化脚本、后台任务、CI/CD、无 TTY 环境等非交互场景中, 正确使用 Kimi Code CLI 的 `-p/--prompt`、`--print`、`--quiet`、`--wire` 等参数完成无头执行。 涵盖命令构造、自动审批控制、输出格式选择、会话管理、错误处理与安全护栏。

Development ClawHub

Pilot Github Bridge

Agent

Bridge GitHub webhook events as Pilot Protocol events. Use this skill when: 1. You need to receive GitHub events in Pilot agents 2. You want to trigger agent...