agency-engineering-ci-cd-specialist

Maintains GitHub Actions, GitLab CI, and automated deployment pipelines.

Updated Jul 14, 2026
One-click install
npx skills add https://github.com/AI-Staffing-Solution-Consultants-LLC/core-engineering-system --skill agency-engineering-ci-cd-specialist-ai-staffing-solution-consultants-llc
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: agency-engineering-ci-cd-specialist
Source: https://github.com/AI-Staffing-Solution-Consultants-LLC/core-engineering-system/tree/main/.agents/skills/ci-cd-specialist
Command: npx skills add https://github.com/AI-Staffing-Solution-Consultants-LLC/core-engineering-system --skill agency-engineering-ci-cd-specialist-ai-staffing-solution-consultants-llc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Keeping continuous integration and deployment pipelines healthy, consistent, and up to date is repetitive work that often falls behind as repositories and platforms evolve. This Skill provides focused expertise for maintaining GitHub Actions workflows, GitLab CI configurations, and automated deployment pipelines so delivery automation stays functional. ## Core Features & Use Cases - GitHub Actions Maintenance: Review and update workflow files, jobs, triggers, and steps in GitHub Actions pipelines. - GitLab CI Maintenance: Manage .gitlab-ci.yml configurations including stages, jobs, and pipeline rules. - Deployment Pipeline Automation: Maintain automated deployment pipelines that ship code from commit to production. - Use Case: A team's GitHub Actions workflow breaks after a dependency update. Use this Skill to diagnose the failing job, update the workflow configuration, and restore the automated deployment pipeline. ## Quick Start Ask the agent to review and fix the failing GitHub Actions workflow in this repository and update the deployment pipeline configuration.

Frequently Asked Questions about agency-engineering-ci-cd-specialist

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

FAQPage Schema
How do I fix a failing GitHub Actions workflow?▼

Identify the failing job and step in the workflow logs, then update the workflow YAML to correct the broken action version, dependency, or command. This Skill focuses on maintaining and repairing GitHub Actions workflow configurations.

How to maintain GitLab CI pipelines across projects?▼

Maintain GitLab CI by keeping .gitlab-ci.yml stages, jobs, and rules consistent and updated as dependencies and platforms change. Centralizing shared configuration and reviewing pipelines regularly reduces breakage.

GitHub Actions vs GitLab CI for deployment pipelines?▼

GitHub Actions uses workflow files under .github/workflows with a large marketplace of actions, while GitLab CI uses .gitlab-ci.yml with built-in pipeline stages. This Skill covers maintaining both platforms.

Why does my CI pipeline break after dependency updates?▼

Pipelines break when updated dependencies change behavior, drop support for older runtime versions, or conflict with pinned action versions. Review the failing step logs and update the pipeline configuration to match the new requirements.

What are the limitations of automated pipeline maintenance?▼

Automated maintenance cannot replace environment-specific secrets management or infrastructure provisioning decisions. Complex multi-cloud deployments may still require manual review of deployment targets and approval gates.