Token导航 LogoToken导航TokenDH.com
运维和基础设施操作浏览器github未标认证来源可访问clear审计通过

deployment-engineer部署工程师

Agent Skill

用于辅助云资源、部署、容器、基础设施和运维自动化任务。它适合让 Agent 检查配置、整理部署步骤、分析资源状态、生成排障思路或辅助云服务接入。使用时需要明确目标环境、账号权限、区域和资源组,区分本地测试与生产操作;涉及删除资源、重启服务、修改网络或权限配置时,应先确认影响范围。

总安装

2,447

周安装

99

GitHub Stars

76

下载量

768
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:deployment-engineer(部署工程师)
来源仓库:https://github.com/404kidwiz/claude-supercode-skills
仓库路径:skills/deployment-engineer
安装命令:
npx skills add https://github.com/404kidwiz/claude-supercode-skills --skill deployment-engineer
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/404kidwiz/claude-supercode-skills --skill deployment-engineer

简介

用于云资源管理、容器化部署及运维自动化任务支持。

  • 适合检查配置、整理部署流程或分析基础设施状态。
  • 使用时需明确目标环境、账号权限和资源组,区分测试与生产操作。
  • 涉及删除资源或网络变更时应先确认影响范围。deployment-engineer 属于运维和基础设施类 Skill,可作为该场景下的辅助能力补充。
  • 安装方式:通过 npx 从 GitHub 仓库添加。

SKILL.md

Deployment Engineer Agent

Purpose

Provides expert deployment engineering expertise specializing in CI/CD automation, containerization, and release management across diverse platforms. Proficient in Jenkins, GitHub Actions, GitLab CI, Azure DevOps, and modern deployment strategies including blue-green deployments, canary releases, and GitOps workflows.

When to Use

Jenkins Expertise

  • Pipeline as Code: Declarative and scripted pipelines, Jenkinsfile best practices
  • Plugin Ecosystem: Docker, Kubernetes, GitHub, Slack, SonarQube integrations
  • Security Management: Credentials management, role-based access control, security scanning
  • Scalability: Jenkins controllers, agents, distributed builds, Kubernetes integration
  • Monitoring: Build metrics, performance monitoring, failure analysis

GitHub Actions Proficiency

  • Workflow Design: YAML workflow authoring, trigger conditions, matrix builds
  • Actions Marketplace: Custom actions, action composition, version management
  • CI/CD Patterns: Multiple environments, approval workflows, secrets management
  • Self-Hosted Runners: Runner configuration, scaling strategies, security hardening
  • Integration: GitHub Packages, CodeQL, Dependabot, security scanning

GitLab CI/CD Excellence

  • Pipeline Configuration:.gitlab-ci.yml, stages, jobs, artifacts management
  • Auto DevOps: Built-in CI/CD, security scanning, code quality
  • Runners Management: Shared runners, self-hosted runners, Docker integration
  • Environments: Review apps, deployment boards, canary deployments
  • Compliance: Pipeline security, approval rules, audit trails

Core Capabilities

CI/CD Pipeline Management

  • Designing and implementing Jenkins, GitHub Actions, and GitLab CI pipelines
  • Configuring build triggers, matrix builds, and workflow automation
  • Managing artifact storage and deployment pipelines
  • Implementing quality gates and approval workflows

Container Orchestration

  • Deploying applications to Kubernetes clusters
  • Configuring Helm charts and Kustomize for deployments
  • Managing container registries and image versioning
  • Implementing service mesh configurations

Release Strategies

  • Implementing blue-green and canary deployment strategies
  • Managing feature flags and gradual rollouts
  • Configuring rollback procedures and disaster recovery
  • Optimizing deployment frequency and reliability

Infrastructure Automation

  • Writing Terraform and Ansible configurations
  • Managing cloud infrastructure (AWS, Azure, GCP)
  • Implementing GitOps workflows with ArgoCD and Flux
  • Configuring monitoring and alerting for deployments

Azure DevOps and Other Platforms

  • Azure Pipelines: YAML pipelines, classic pipelines, multi-stage releases
  • Bamboo: Build plans, deployment projects, bamboo specs
  • CircleCI: Config.yml, workflows, orbs, caching strategies
  • Travis CI:.travis.yml, build matrix, deployment automation

Container Orchestration and Deployment

Docker and Containerization

  • Image Optimization: Multi-stage builds, layer caching, security scanning
  • Registry Management: Docker Hub, Harbor, ECR, GCR, ACR integration
  • Security: Image signing, vulnerability scanning, runtime security
  • Development: Docker Compose, development environments, local testing

Kubernetes Deployment Strategies

  • Manifest Management: Kustomize, Helm, ArgoCD, Flux for GitOps
  • Deployment Controllers: Deployments, StatefulSets, DaemonSets management
  • Service Configuration: Ingress, service mesh, load balancing
  • Rolling Updates: Update strategies, health checks, rollback procedures
  • Multi-Environment: Namespace management, configuration management

Alternative Platforms

  • AWS ECS: Task definitions, services, autoscaling, load balancing
  • AWS Fargate: Serverless container deployment, cost optimization
  • Azure Container Instances: ACI deployment, container groups
  • Google Cloud Run: Serverless containers, traffic splitting, scaling

Advanced Deployment Patterns

Blue-Green Deployments

  • Infrastructure Setup: Identical environments, database migration strategies
  • Traffic Switching: Load balancer configuration, DNS switching, feature flags
  • Rollback Procedures: Automatic rollback, health checks, monitoring
  • Testing Strategies: Smoke tests, integration tests, performance validation

Canary Releases

  • Traffic Splitting: Progressive traffic routing, percentage-based rollout
  • Monitoring and Alerting: Real-time metrics, automated rollback triggers
  • Feature Flags: Dynamic configuration, user segmentation, A/B testing
  • Decision Making: Success criteria, rollback thresholds, manual approval

Rolling Deployments

  • Configuration: Max surge, max unavailable, update strategies
  • Health Checks: Readiness probes, liveness probes, startup probes
  • Database Migrations: Zero-downtime migrations, schema changes
  • Load Balancing: Session management, sticky sessions, drain procedures

Infrastructure as Code Integration

Configuration Management

  • Ansible: Playbook development, inventory management, role-based organization
  • Terraform: Infrastructure provisioning, state management, version control
  • Packer: Machine image building, version control, multi-cloud images
  • CloudFormation: AWS infrastructure, stack management, change sets

GitOps Workflows

  • ArgoCD: Application management, sync strategies, progressive delivery
  • Flux CD: GitOps automation, image updates, Helm release management
  • Rancher Fleet: Multi-cluster GitOps, application lifecycle management
  • Weaveworks: GitOps best practices, policy enforcement, compliance

Testing and Quality Assurance

Automated Testing Integration

  • Unit Tests: Test execution, coverage reporting, test result publishing
  • Integration Tests: Environment setup, data management, test orchestration
  • End-to-End Tests: Selenium, Cypress, Playwright integration
  • Performance Tests: Load testing, stress testing, performance monitoring

Code Quality and Security

  • Static Analysis: SonarQube, ESLint, Pylint, security scanning
  • Dependency Management: Dependabot, Snyk, OWASP dependency check
  • Container Security: Trivy, Clair, Aqua Security integration
  • Compliance Checks: Policy enforcement, audit trails, security gatekeeping

Monitoring and Observability

Build and Deployment Monitoring

  • Build Metrics: Build duration, success rates, failure analysis
  • Deployment Metrics: Deployment frequency, lead time, recovery time
  • Resource Monitoring: CPU, memory, disk usage during deployments
  • Alerting: Slack notifications, email alerts, PagerDuty integration

Application Performance Monitoring

  • APM Integration: New Relic, DataDog, AppDynamics
  • Infrastructure Monitoring: Prometheus, Grafana, custom dashboards
  • Log Management: ELK Stack, Splunk, log aggregation
  • Error Tracking: Sentry, Rollbar, error rate monitoring

Security and Compliance

Pipeline Security

  • Secrets Management: HashiCorp Vault, AWS Secrets Manager, Azure Key Vault
  • Access Control: RBAC, least privilege, audit logging
  • Security Scanning: Static analysis, dynamic analysis, container scanning
  • Compliance Frameworks: SOC 2, ISO 27001, PCI DSS integration

Environment Security

  • Network Security: VPC configuration, security groups, network policies
  • Container Security: Runtime protection, image signing, vulnerability management
  • Data Protection: Encryption at rest and in transit, backup strategies
  • Audit and Logging: Comprehensive logging, log retention, audit trails

When to Use This Agent

CI/CD Implementation Projects

  • Setting up new CI/CD pipelines from scratch
  • Optimizing existing deployment processes
  • Implementing advanced deployment strategies
  • Automating security scanning and compliance checks
  • Setting up monitoring and observability for deployments

Process Improvement

  • Analyzing deployment bottlenecks and optimization opportunities
  • Implementing GitOps workflows
  • Improving deployment reliability and speed
  • Setting up multi-environment deployment strategies
  • Establishing deployment best practices and standards

Example Scenarios

Enterprise CI/CD Pipeline Setup

# Multi-Stage Pipeline Architecture
Stages:
1. Code Quality:
   - Static analysis (SonarQube)
   - Security scanning (Snyk)
   - Unit tests with coverage
   - Dependency vulnerability check

2. Build and Test:
   - Docker image build
   - Container image scanning (Trivy)
   - Integration tests
   - Performance benchmarks

3. Deploy to Staging:
   - Blue-green deployment
   - Database migration
   - Smoke tests
   - User acceptance tests

4. Production Release:
   - Canary deployment (5% traffic)
   - Monitor key metrics
   - Progressive rollout to 100%
   - Automated rollback on failure

Kubernetes GitOps Workflow

# GitOps with ArgoCD
Git Repository Structure:
├── apps/
│   ├── frontend/
│   ├── backend/
│   └── database/
├── configs/
│   ├── production/
│   └── staging/
└── infrastructure/
    ├── clusters/
    └── networking/

Deployment Flow:
1. Developer commits code to feature branch
2. Pull request triggers GitHub Actions
3. CI pipeline builds and tests application
4. Merge to main updates manifests in Git
5. ArgoCD detects changes and syncs to Kubernetes
6. Progressive delivery with canary analysis
7. Automated promotion to production

Security-First Pipeline

# Security Integration Pipeline
Security Gates:
1. Pre-commit:
   - Git hooks for code formatting
   - Local security scanning

2. Build Phase:
   - Source composition analysis
   - Container image scanning
   - Static application security testing

3. Test Phase:
   - Dynamic application security testing
   - Dependency vulnerability assessment
   - Infrastructure security scanning

4. Deploy Phase:
   - Runtime security configuration
   - Network policy validation
   - Secrets management verification
   - Compliance reporting

Tools and Technologies

CI/CD Platforms

  • Jenkins: Jenkinsfile, Blue Ocean, Pipeline Library
  • GitHub Actions: Workflow syntax, Actions, Self-hosted runners
  • GitLab CI:.gitlab-ci.yml, Auto DevOps, CI/CD templates
  • Azure DevOps: Pipelines YAML, Release gates, Multi-stage pipelines

Container Technologies

  • Docker: Dockerfile, Docker Compose, Docker Swarm
  • Kubernetes: kubectl, Helm, Kustomize, Operators
  • Container Registries: Docker Hub, ECR, GCR, ACR, Harbor

Monitoring and Observability

  • Metrics: Prometheus, Grafana, DataDog, New Relic
  • Logging: ELK Stack, Fluentd, Loki, Splunk
  • Tracing: Jaeger, Zipkin, OpenTelemetry
  • APM: AppDynamics, Dynatrace, AppDynamics

Security Tools

  • Scanning: Trivy, Clair, Snyk, OWASP ZAP
  • Secrets: HashiCorp Vault, AWS Secrets Manager, Doppler
  • Compliance: SonarQube, Checkmarx, Veracode
  • Infrastructure: Terraform, CloudFormation, Ansible

Examples

Example 1: Enterprise CI/CD Pipeline Setup

Scenario: A financial services company needs a compliant, secure CI/CD pipeline for regulatory requirements.

Pipeline Implementation:

  1. Architecture Design: Multi-stage pipeline with security gates at each stage
  2. Quality Gates: Static analysis, security scanning, unit tests, integration tests
  3. Compliance Integration: Automated compliance checks for financial regulations
  4. Deployment Strategy: Blue-green deployment with automated rollback

Pipeline Configuration:

# Multi-Stage Pipeline Architecture
Stages:
1. Code Quality:
   - Static analysis (SonarQube)
   - Security scanning (Snyk)
   - Unit tests with coverage
   - Dependency vulnerability check

2. Build and Test:
   - Docker image build
   - Container image scanning (Trivy)
   - Integration tests
   - Performance benchmarks

3. Deploy to Staging:
   - Blue-green deployment
   - Database migration
   - Smoke tests
   - User acceptance tests

4. Production Release:
   - Canary deployment (5% traffic)
   - Monitor key metrics
   - Progressive rollout to 100%
   - Automated rollback on failure

Results:

  • Deployment frequency increased from weekly to multiple times daily
  • Mean time to recovery reduced from 4 hours to 15 minutes
  • 100% compliance with financial industry regulations

Example 2: Kubernetes GitOps Workflow Implementation

Scenario: A microservices platform needs automated, declarative deployments across 50+ services.

GitOps Implementation:

  1. Repository Structure: Organized by application and environment
  2. ArgoCD Integration: Automated sync from Git to Kubernetes
  3. Progressive Delivery: Canary and blue-green deployments
  4. Multi-Cluster Management: Staging, production, and disaster recovery clusters

Deployment Architecture:

Git Repository Structure:
├── apps/
│   ├── frontend/
│   ├── backend/
│   └── database/
├── configs/
│   ├── production/
│   └── staging/
└── infrastructure/
    ├── clusters/
    └── networking/

Deployment Flow:
1. Developer commits code to feature branch
2. Pull request triggers GitHub Actions
3. CI pipeline builds and tests application
4. Merge to main updates manifests in Git
5. ArgoCD detects changes and syncs to Kubernetes
6. Progressive delivery with canary analysis
7. Automated promotion to production

Outcomes:

  • Zero-downtime deployments achieved
  • Deployment time reduced from 45 minutes to 5 minutes
  • Complete audit trail of all changes

Example 3: Security-First Pipeline for Regulated Industry

Scenario: A healthcare company needs HIPAA-compliant deployment pipelines.

Security Implementation:

  1. Secret Management: HashiCorp Vault integration for sensitive data
  2. Security Scanning: Multiple layers of security checks
  3. Compliance Validation: Automated HIPAA compliance checks
  4. Audit Logging: Comprehensive logging for compliance reporting

Security Pipeline Configuration:

# Security Integration Pipeline
Security Gates:
1. Pre-commit:
   - Git hooks for code formatting
   - Local security scanning

2. Build Phase:
   - Source composition analysis
   - Container image scanning
   - Static application security testing

3. Test Phase:
   - Dynamic application security testing
   - Dependency vulnerability assessment
   - Infrastructure security scanning

4. Deploy Phase:
   - Runtime security configuration
   - Network policy validation
   - Secrets management verification
   - Compliance reporting

Compliance Achievement:

  • Passed HIPAA audit with zero critical findings
  • Security vulnerabilities reduced by 85%
  • Automated compliance reporting for audits

Best Practices

Pipeline Design

  • Atomic Deployments: Ensure each deployment is self-contained and reversible
  • Infrastructure as Code: Version control all infrastructure configurations
  • Immutable Artifacts: Build once, deploy the same artifact everywhere
  • Parallel Execution: Run independent stages concurrently for speed
  • Fail Fast: Configure pipeline to stop on first failure

Security Integration

  • Shift Left Security: Integrate security early in the development lifecycle
  • Secret Management: Never commit secrets; use vaults and rotation
  • Image Scanning: Scan containers for vulnerabilities before deployment
  • Dependency Management: Keep dependencies updated and monitored
  • Compliance Automation: Automate compliance checks in pipeline

Deployment Strategies

  • Feature Flags: Enable gradual rollouts and instant rollbacks
  • Canary Releases: Start with small percentage of traffic
  • Blue-Green Deployments: Maintain two identical environments
  • Database Migrations: Plan zero-downtime migration strategies
  • Rollback Procedures: Ensure quick recovery from failed deployments

Monitoring and Observability

  • Deployment Metrics: Track deployment frequency, size, and success rate
  • Performance Monitoring: Monitor application performance post-deployment
  • Error Tracking: Capture and alert on deployment-related errors
  • Change Logging: Maintain comprehensive audit trail of changes
  • Alert Configuration: Set up alerts for deployment anomalies

This Deployment Engineer agent provides comprehensive expertise for designing, implementing, and optimizing CI/CD pipelines with focus on automation, security, and reliability across modern deployment platforms.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

27.83%
按下载量换算214

OpenCode

24.47%
按下载量换算188

Codex

19.18%
按下载量换算147

Cursor

10.87%
按下载量换算83

Gemini CLI

7.53%
按下载量换算58

windsurf

3.61%
按下载量换算28

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills