·deployment-pipeline
>_

deployment-pipeline

hieutrtr/ai1-skills

Python/React 项目的部署过程和 CI/CD 管道配置。在部署到暂存或生产、使用 GitHub Actions 创建 CI/CD 管道、排除部署故障或计划回滚时使用。涵盖管道阶段(构建/测试/登台/生产)、环境升级、部署前验证、运行状况检查、金丝雀部署、回滚过程和 GitHub Actions 工作流程。不涵盖 Docker 映像构建(使用 docker-best-practices)或事件响应(使用事件响应)。

9安装·0热度·@hieutrtr

安装

$npx skills add https://github.com/hieutrtr/ai1-skills --skill deployment-pipeline

SKILL.md

Every deployment follows a strict four-stage pipeline. No stage may be skipped.

Run the full test suite. Never skip tests for "urgent" deployments.

Gate criteria: All tests pass, coverage >= 80%, no critical vulnerabilities.

Python/React 项目的部署过程和 CI/CD 管道配置。在部署到暂存或生产、使用 GitHub Actions 创建 CI/CD 管道、排除部署故障或计划回滚时使用。涵盖管道阶段(构建/测试/登台/生产)、环境升级、部署前验证、运行状况检查、金丝雀部署、回滚过程和 GitHub Actions 工作流程。不涵盖 Docker 映像构建(使用 docker-best-practices)或事件响应(使用事件响应)。 来源:hieutrtr/ai1-skills。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/hieutrtr/ai1-skills --skill deployment-pipeline
分类
>_效率工具
认证
收录时间
2026-02-05
更新时间
2026-02-18

快速解答

什么是 deployment-pipeline?

Python/React 项目的部署过程和 CI/CD 管道配置。在部署到暂存或生产、使用 GitHub Actions 创建 CI/CD 管道、排除部署故障或计划回滚时使用。涵盖管道阶段(构建/测试/登台/生产)、环境升级、部署前验证、运行状况检查、金丝雀部署、回滚过程和 GitHub Actions 工作流程。不涵盖 Docker 映像构建(使用 docker-best-practices)或事件响应(使用事件响应)。 来源:hieutrtr/ai1-skills。

如何安装 deployment-pipeline?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/hieutrtr/ai1-skills --skill deployment-pipeline 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/hieutrtr/ai1-skills