🚀
DevOpsTypeScript

Deployment Process

by echoVic

Deployment Process is a DevOps skill for Claude Code, published by echoVic in boss-skill.

548 stars50 forkson echoVic/boss-skillAdded 2026/08/26Repository updated 2026/08/23
ai-agentsbmadbmad-workflowclaude-codecursorskilltrae
Install in seconds
Install Deployment Process
Copy Deployment Process into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/echoVic/boss-skill/tree/main/skill/skills/devops/deployment-process ~/.claude/skills/deployment-process

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/echoVic/boss-skill.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skill/skills/devops/deployment-process/SKILL.md in echoVic/boss-skill
Installs to
~/.claude/skills/deployment-process
Collection
One of 25 skills cataloged from this repository
Category
DevOps798 skills

What Deployment Process does

Deployment Process covers deployment strategies, CI/CD steps, and environment setup for reliable releases. Use it when configuring builds, tests, and rollout workflows from development to production.

Deployment Process is cataloged under DevOps on DirSkills. Deployment Process comes from a repository tagged ai-agents, bmad, bmad-workflow, claude-code and cursor.

Documentation

README

部署流程与CI/CD

部署策略

策略 说明 适用场景
蓝绿部署 两套环境切换 需要快速回滚
滚动部署 逐步替换实例 零停机部署
金丝雀部署 小流量验证 风险较高的更新

CI/CD流程

代码提交 → 自动构建 → 自动测试 → 部署到测试环境 → 部署到生产环境

GitHub Actions示例

name: CI/CD
on: [push]
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - name: Install
        run: npm install
      - name: Test
        run: npm test
      - name: Build
        run: npm run build
      - name: Deploy
        run: npm run deploy

环境配置

环境 用途 数据
local 本地开发 测试数据
dev 开发测试 测试数据
staging 预发布 生产数据副本
prod 生产环境 真实数据

Frequently asked about Deployment Process

  • What else does echoVic publish alongside Deployment Process?

    Deployment Process is one of 25 skills that DirSkills catalogs from echoVic/boss-skill, the repository it ships in. Its siblings there include Architecture Design, Backend API Development and Backend Testing Guide. Each one is a separate skill with its own page in this directory, installs the same way Deployment Process does, and is maintained by echoVic in that same repository. The rest of the collection is listed on the echoVic/boss-skill page.

  • How does Deployment Process compare to other DevOps skills?

    Deployment Process ranks #675 by stars among the 798 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Deployment Process against them. Open each page to compare what they document and how they install.

More from echoVic/boss-skill

Deployment Process is one of 25 skills cataloged on DirSkills from echoVic/boss-skill.

See all 25 skills