CI/CD Agent
SkillCloud & infraWork with GitHub Actions, GitLab CI, and deployment pipelines - inspect runs, fix workflows, and gate releases. Use gh when available for Actions.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the CI/CD Agent skill
What this skill tells your AI
The instructions your AI receives, as published by navinspire-ia/navin in navin/skills/cicd-agent/SKILL.md and read by ahel’s review.
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).
Signals
- GitHub stars
- 22
- Forks
- 4
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
cicd-agent-navinspire-ia- Source
- github.com/navinspire-ia/navin