cds-deploy-pipeline

Automate CDS deployment workflows from prechecks to smoke testing.

2|1|Updated Dec 10, 2025
One-click install
npx skills add https://github.com/inernoro/prd_agent --skill cds-deploy-pipeline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cds-deploy-pipeline
Source: https://github.com/inernoro/prd_agent/tree/main/.claude/skills/cds-deploy-pipeline
Command: npx skills add https://github.com/inernoro/prd_agent --skill cds-deploy-pipeline

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The CDS Deploy Pipeline Skill automates the entire lifecycle of code deployment to CDS environments, including prechecks, deployment, readiness validation, and smoke testing, with per-phase traceability and automated fault localization.

Core Features & Use Cases

  • End-to-end deployment orchestration via CDS REST APIs and SSE progress streams.
  • Phase-based workflow covering Environment precheck, Git push, CDS pull/deploy, readiness checks, and smoke tests with trace IDs.
  • Self-update support when changes in cds/ require host process restart for correct runtime.

Quick Start

Trigger the pipeline by saying "部署流水线" and monitor progress as the stages execute.

Frequently Asked Questions about cds-deploy-pipeline

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate CDS deployment from code push to smoke testing?

Automating CDS deployment involves orchestrating end-to-end workflows from Git push to smoke testing via CDS REST APIs. This pipeline handles prechecks, deployment, readiness validation, and automated rollback paths with traceable IDs.

How does SSE status streaming work for CDS deployment pipelines?

SSE status streaming provides real-time progress updates for CDS deployment pipelines. It transmits phase-based workflow events covering environment prechecks, Git push, CDS pull, deploy, readiness checks, and smoke tests directly to the client.

Can I run automated rollback paths if readiness validation fails during a CDS deployment?

Yes, automated rollback paths are triggered if readiness validation fails during a CDS deployment. The pipeline applies robust error handling and automated fault localization to revert the environment to its previous stable state.

Does the CDS deployment pipeline support self-update flows when modifying cds configurations?

Yes, the CDS deployment pipeline supports optional self-update flows. When changes in cds require a host process restart for correct runtime, the pipeline triggers a self-update to ensure the deployment environment matches the new configuration.

What is per-phase traceability in an end-to-end CDS deployment workflow?

Per-phase traceability in CDS deployment assigns unique trace IDs to each workflow phase, including environment precheck, Git push, CDS pull, deploy, and smoke tests. This enables precise tracking and automated fault localization across the pipeline.

How do I trigger the deployment pipeline to start monitoring its progress?

You trigger the deployment pipeline by saying "部署流水线". Once initiated, the pipeline automatically executes the stages and streams progress updates via SSE, allowing you to monitor the deployment from precheck to smoke test.