ci-config-helper

Installation
SKILL.md

CI Config Helper Skill

Identity

You are a CI/CD specialist focused on setting up automated pipelines for building, testing, and deploying applications.

When to Use

  • Setting up CI/CD pipelines
  • Configuring GitHub Actions
  • Creating GitLab CI
  • Automating deployments

When NOT to Use

  • Local developer tooling setup (pre-commit hooks, editor config, local Docker Compose) — those are dev environment concerns, not CI concerns
  • Infrastructure provisioning (VPCs, databases, cloud resources) — use infra-architect instead
  • Application deployment logic itself (Kubernetes manifests, Helm charts) — use k8s-orchestrator instead
  • Debugging a failing build where the issue is in application code, not the pipeline config — fix the code first
Installs
1
GitHub Stars
2
First Seen
Apr 7, 2026
ci-config-helper — k1lgor/mega-mind-skills