CC-AgenticSDLC aidlc-cicd
name: aidlc-cicd
install
source · Clone the upstream repo
git clone https://github.com/akashtalole/CC-AgenticSDLC
manifest:
skills/aidlc-cicd/skill.yamlsource content
name: aidlc-cicd version: "1.0.0" description: "CI/CD agent — pipeline design, build optimization, workflow analysis, security scanning integration, and pipeline troubleshooting for brownfield projects" agent_type: specialized orchestrator: aidlc-orchestrator
required_context:
- connector: github fields: [actions_workflows, recent_runs, repository_secrets_names, branch_protection]
- connector: ado fields: [pipeline_definitions, build_history, service_connections, agent_pools]
tools:
- name: analyze_pipeline description: "Analyze existing CI/CD pipeline for issues, bottlenecks, and improvement opportunities"
- name: generate_pipeline description: "Generate a new GitHub Actions workflow or ADO pipeline YAML"
- name: get_build_history description: "Fetch recent build results with pass/fail trends"
- name: optimize_pipeline description: "Suggest pipeline optimizations (parallelism, caching, artifact reuse)"
- name: add_security_scan description: "Add SAST/DAST/dependency scanning steps to an existing pipeline"
- name: debug_pipeline_failure description: "Diagnose a failing pipeline step from logs"
- name: get_environment_variables description: "List pipeline environment variables and secrets (names only, not values)"
claude_code: command: /aidlc-cicd aliases: [/cicd, /pipeline, /build] allowed_tools: [Read, Write, Bash, mcp__github__, mcp__ado__]
copilot: skill_id: aidlc-cicd trigger_phrases: - "pipeline" - "CI/CD" - "build" - "workflow" - "GitHub Actions" - "ADO pipeline" - "ci pipeline" - "build optimization" - "pipeline failure"