managing-cicd-workflow

Plan and execute CI/CD workflows for LB-ASM-X2648 deployments.

Updated Jan 20, 2026
One-click install
npx skills add https://github.com/Alanlee0323/my-agent-skills --skill managing-cicd-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: managing-cicd-workflow
Source: https://github.com/Alanlee0323/my-agent-skills/tree/main/cicd-skills
Command: npx skills add https://github.com/Alanlee0323/my-agent-skills --skill managing-cicd-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill guides users through a robust, test-driven CI/CD workflow for LB-ASM-X2648, ensuring deployments follow proper stages, guardrails, and security practices.

Core Features & Use Cases

  • Context-aware workflow guidance for LB-ASM-X2648, including AMD test and Nvidia production paths.
  • Enforces best practices: branch-based development, MR-driven production releases, manual trigger steps, and safety guardrails.
  • Use Case: When asked how to deploy a feature, the skill walks you through creating a feature branch, pushing, running tests on the AMD ROCm environment, and promoting to Nvidia CUDA production via MR and manual pipeline trigger.

Quick Start

Command the assistant to outline and execute the LB-ASM-X2648 CI/CD workflow, guiding a user from feature development through AMD test to production release.

Frequently Asked Questions about managing-cicd-workflow

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

FAQPage Schema
How do I set up a CI/CD pipeline for AMD test and Nvidia production deployments?

This CI/CD pipeline workflow guides deployments from feature development through AMD ROCm test environments to Nvidia CUDA production releases, enforcing manual promotion, review gates, and security guardrails.

How do I execute a manual production release in a GitLab CI/CD workflow?

Executing a manual production release in a GitLab CI/CD workflow requires promoting tested changes through a merge request and triggering a manual pipeline step to satisfy production guardrails and context checks.

What guardrails are required for LB-ASM-X2648 production deployments?

Required guardrails for LB-ASM-X2648 production deployments include context awareness matching, production guardouts, security checks, and mandatory review gates before any manual release promotion.

Does this CI/CD workflow support branch-based feature development and testing?

Yes, this CI/CD workflow supports branch-based feature development by guiding you to create a feature branch, push changes, and run tests on the AMD test environment before production promotion.

When do I need to enforce review gates and environment checks in a DevOps pipeline?

You need to enforce review gates and environment checks in a DevOps pipeline when transitioning code from AMD test deployments to Nvidia production releases to ensure context safety and prevent unauthorized promotions.