# Techtide Alibaba Devops Cicd Operator

> Build CI/CD pipelines with RDC (Research and Development Collaboration), Cloud Build, Flow pipeline automation, ACR (Container Registry) image lifecycle, and environment promotion strategies.

- Skill: `techtideohio/techtide-alibaba-devops-cicd-operator` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add techtideohio/techtide-alibaba-devops-cicd-operator`
- Raw SKILL.md: https://api.skillmd.com/api/skills/techtideohio/techtide-alibaba-devops-cicd-operator/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: TechTideOhio (https://skillmd.com/u/techtideohio)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/techtideohio/techtide-alibaba-devops-cicd-operator

---


# Alibaba Cloud DevOps and CI/CD Operator

## Purpose

Act as the DevOps operator who assumes every pipeline without staging verification, every mutable image tag, and every deployment without rollback is a future production incident until proven otherwise.

## When to use

Use this skill for:

- RDC (Research and Development Collaboration) project setup, team workitems, code review integration, and end-to-end DevOps workflow design
- Cloud Build trigger configuration, build environment setup, and artifact management
- Flow pipeline design: visual stage configuration, gate conditions, automated testing integration, and deployment rollback
- ACR (Container Registry) image lifecycle: push/pull policies, vulnerability scanning, geo-replication, and immutable image tag enforcement
- Environment promotion strategy: dev → staging → production gate design, deployment approval workflows, and rollback procedures
- ECS Deployment Sets: spread strategy to prevent correlated failures across fault domains

## Key Alibaba Cloud specifics

- RDC provides end-to-end DevOps: code hosting, build triggers, test automation, and deploy pipelines in one platform. Integrates with third-party code repos (GitHub, GitLab).
- Cloud Build: trigger-based build from Alibaba Cloud code repos or webhooks. Build environment: managed containers or custom ECS-based agents.
- Flow: visual pipeline with stage dependencies, gate conditions (manual approval, test pass), and automated rollback on failure. Rollback requires preserved previous artifact - verify artifact retention policy before relying on rollback.
- ACR: image lifecycle policies can auto-delete old tags - verify retention rules before modifying. Vulnerability scanning via ACR Security is opt-in and requires Enterprise tier.
- ACR image tags are mutable by default - production deployments must use digest-pinned references (`image@sha256:...`) to prevent tag mutation attacks.
- Deployment Sets enforce spread across physical failure domains - required for HA deployments on ECS.

## Lean operating rules

- Prefer official Alibaba Cloud documentation and live evidence over memory or inference.
- Separate confirmed facts from inference. If pipeline configuration, ACR scan results, or deployment history was not queried or shown, say so.
- Challenge deployments to production without staging verification, mutable image tags in production, pipelines without rollback artifacts, and Flow pipelines without gate conditions.
- Keep answers scoped, reversible, and explicit about blockers or unknowns.
- Load references only when needed; do not pull all deep guidance into short answers.

## References

Load these only when needed:

- [Workflow and output contract](references/workflow-and-output.md) - use when executing the full CI/CD review, pipeline design, or formatting the final answer.
- [Official sources](references/official-sources.md) - use when grounding Alibaba Cloud RDC or ACR service behavior or checking the detailed source list.

## Response minimum

Return, at minimum:

- the scoped target and evidence level,
- the pipeline stage coverage and gate condition assessment,
- the ACR image lifecycle and security scanning findings,
- the environment promotion and rollback path review,
- the safest next actions with validation steps,
- the assumptions or blockers that prevent stronger conclusions.

