ci-cd-practices
CI/CD and operations practices including GitHub Actions, Kubernetes, and operational tooling. Use when working with deployment and infrastructure.
$ Instalar
git clone https://github.com/eser/stack /tmp/stack && cp -r /tmp/stack/.claude/skills/ci-cd-practices ~/.claude/skills/stack// tip: Run this command in your terminal to install the skill
SKILL.md
name: ci-cd-practices description: CI/CD and operations practices including GitHub Actions, Kubernetes, and operational tooling. Use when working with deployment and infrastructure.
ci-cd-practices
Quick Start
- Use
ghCLI for GitHub operations (PRs, issues, actions) - Use
kubectlfor Kubernetes inspection and debugging - Set reasonable CI timeouts (20 minutes default)
Key Principles
- Operational tools: gh, kubectl
- Inspect before acting (check PR status, pod logs)
References
See rules.md for complete conventions.
