ci-cd-and-automation

仓库创建 2026年7月5日最近提交 21 天前SkillHot 收录 20 天前
▸ 精选理由

帮助团队把测试、lint 与构建作为不可绕过的发布门禁,提升可靠性。

这个 Skill 做什么

自动化设置和维护 CI/CD 管道,确保变更在通过质量门后部署。

把构建、测试和部署的工作自动化,让只有通过质量门(测试、lint、类型检查、构建)才会动到生产。在搭建或调整流水线、配置 CI 测试运行器或确定部署策略时用。CI/CD 是把规范变成执行力的机制,能做到 shift‑left,尽早发现并拦截问题。

▸ 展开 SKILL.md 英文原文

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 strategies.

自动化集成CI/CD自动化质量门禁通用
0
Stars
0
Forks
25
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/kulapoo/opencode-agent-harness/main/skills/ci-cd-and-automation/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/kulapoo/opencode-agent-harness/main/skills/ci-cd-and-automation/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# CI/CD and Automation

## Overview

Automate quality gates so that no change reaches production without passing tests, lint, type checking, and build. CI/CD is the enforcement mechanism for every other skill — it catches what humans and agents miss, and it does so consistently on every single change.

**Shift Left:** Catch problems as early in the pipeline as possible. A bug caught in linting costs minutes; the same bug caught in production costs hours. Move checks upstream — static analysis before tests, tests before staging, staging before production.

**Faster is Safer:** Smaller batches and more frequent releases reduce risk, not increase it. A deployment with 3 changes is easier to deb
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有