ci-cd-and-automation
仓库创建 2026年2月16日最近提交 20 小时前SkillHot 收录 20 天前
▸ 精选理由
将质量检测嵌入交付流程,降低人为漏检风险并提升交付速度。
这个 Skill 做什么
帮助自动化配置与维护构建、测试与部署流水线。
帮你把构建、测试和部署的流程自动化,保证每次改动都要通过 lint、测试、类型检查和构建才能到生产。适合搭新项目、改流水线或想把质量门(quality gates)往左移时使用。特别把 CI/CD 当成最后一道防线,能稳定复现并拦截人工和 agent 容易漏掉的问题。
▸ 展开 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.
8.1w
Stars
8.7k
Forks
24
仓库内 Skill
+10.0k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/addyosmani/agent-skills/main/skills/ci-cd-and-automation/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/addyosmani/agent-skills/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 公开信息 · 原文版权归作者所有