CI/CD and operations practices including GitHub Actions, Kubernetes, and operational tooling. Use when working with deployment and infrastructure.
Installation
Details
Usage
After installing, this skill will be available to your AI coding assistant.
Verify installation:
skills listSkill Instructions
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.
More by eser
View allCode design patterns: pure functions, immutability, composition, and async. Use when designing code or functions.
Go conventions for hexagonal architecture, project structure, error handling, testing, and observability. Use when writing Go services.
Workflow rules for task execution, respecting user code, and git commits. Use when planning or executing development tasks.
System architecture: modules, project structure, ADRs, and testing. Use when designing or reviewing systems.