Claude Code Plugins

Community-maintained marketplace

Feedback

ci-cd-practices

@eser/rules
32
0

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

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

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

  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.