eser

ci-cd-practices

@eser/ci-cd-practices
eser
83
4 forks
Updated 1/6/2026
View on GitHub

CI/CD and operations practices including GitHub Actions, Kubernetes, and operational tooling. Use when working with deployment and infrastructure.

Installation

$skills install @eser/ci-cd-practices
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

Repositoryeser/stack
Path.claude/skills/ci-cd-practices/SKILL.md
Branchmain
Scoped Name@eser/ci-cd-practices

Usage

After installing, this skill will be available to your AI coding assistant.

Verify installation:

skills list

Skill 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

  1. Use gh CLI for GitHub operations (PRs, issues, actions)
  2. Use kubectl for Kubernetes inspection and debugging
  3. 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.