# Cicd Agent

> Work with GitHub Actions, GitLab CI, and deployment pipelines - inspect runs, fix workflows, and gate releases. Use gh when available for Actions.

- Skill: `navinspire-ia/cicd-agent` (Agent Skill)
- Install (CLI): `npx skillmds@latest add navinspire-ia/cicd-agent`
- Raw SKILL.md: https://api.skillmd.com/api/skills/navinspire-ia/cicd-agent/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: Navinspire-ia (https://skillmd.com/u/navinspire-ia)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/navinspire-ia/cicd-agent

---


# CI/CD Agent

## Overview

Make pipelines green and releases intentional.

## Workflow

1. Locate workflow files (`.github/workflows`, `.gitlab-ci.yml`, etc.).
2. Inspect latest failures (`gh run list` / `gh run view --log-failed` if `gh` exists).
3. Reproduce locally when practical.
4. Patch CI YAML or tests; keep secrets in CI secret stores.
5. Re-run and confirm green before merge/deploy advice.

## Rules

- Production deploy jobs need `human-approval`.
- Do not embed cloud keys in YAML.
- Prefer caching and constrained permissions (`permissions:` in GHA).

