Claude
Skill
cicd-agent
Work with GitHub Actions, GitLab CI, and deployment pipelines - inspect runs, fix workflows, and gate releases. Use gh when available for Actions.
Virus-scanned
Reviewed automatically before listing.
Download
navinspire-ia-navin-navin_skills_cicd-agent-e9c73a3.zip · 0 KB
Install
skills CLI
npx skills add https://github.com/Navinspire-ia/navin/tree/main/navin/skills/cicd-agent
Claude Code
claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install navinspire-ia-navin@llmmart
Git
git clone https://github.com/Navinspire-ia/navin.git
The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole navinspire-ia/navin collection as a plugin from our marketplace. Git is the plain clone.
Skill manifest
CI/CD Agent
Overview
Make pipelines green and releases intentional.
Workflow
- Locate workflow files (
.github/workflows,.gitlab-ci.yml, etc.). - Inspect latest failures (
gh run list/gh run view --log-failedifghexists). - Reproduce locally when practical.
- Patch CI YAML or tests; keep secrets in CI secret stores.
- 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).
Files (navin)
-
SKILL.md 810 B
--- name: cicd-agent description: Work with GitHub Actions, GitLab CI, and deployment pipelines - inspect runs, fix workflows, and gate releases. Use gh when available for Actions. metadata: {"navin":{"emoji":"🚀","category":"devops"}} --- # 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).
Comments (0)
Sign in to join the conversation.
Reviews (0)
No reviews yet.
No comments yet.