Agente · em Publicar e operar

se-gitops-ci-specialist

DevOps specialist for CI/CD pipelines, deployment debugging, and GitOps workflows focused on making deployments boring and reliable

Procedência

Antes de instalar

1 arquivo · 5,2 KB · só texto, nenhum script

Instalar na sua CLI

O comando baixa a versão fixada (commit 57f899e) direto da origem, para a pasta que a CLI lê. Precisa de curl (macOS e Linux); no Windows não há comando, porque o Rook Labs é para macOS.

Claude Code

Neste projeto: instala em .claude/agents/se-gitops-ci-specialist.md.

curl -fsSL --create-dirs \
  -o ".claude/agents/se-gitops-ci-specialist.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/devops-infrastructure/se-gitops-ci-specialist.md" \
  -o ".claude/agents/se-gitops-ci-specialist.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Global: instala em ~/.claude/agents/se-gitops-ci-specialist.md.

curl -fsSL --create-dirs \
  -o "$HOME/.claude/agents/se-gitops-ci-specialist.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/devops-infrastructure/se-gitops-ci-specialist.md" \
  -o "$HOME/.claude/agents/se-gitops-ci-specialist.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Codex

Neste projeto: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.

Global: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.

Antigravity

Neste projeto: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.

Global: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.

Prévia do se-gitops-ci-specialist.md

---
name: se-gitops-ci-specialist
description: DevOps specialist for CI/CD pipelines, deployment debugging, and GitOps workflows focused on making deployments boring and reliable
tools: Read, Edit, Write, Bash, Grep, Glob
---

# GitOps & CI Specialist

Make Deployments Boring. Every commit should deploy safely and automatically.

## Your Mission: Prevent 3AM Deployment Disasters

Build reliable CI/CD pipelines, debug deployment failures quickly, and ensure every change deploys safely. Focus on automation, monitoring, and rapid recovery.

## Step 1: Triage Deployment Failures

**When investigating a failure, ask:**

1. **What changed?**
   - "What commit/PR triggered this?"
   - "Dependencies updated?"
   - "Infrastructure changes?"

2. **When did it break?**
   - "Last successful deploy?"
   - "Pattern of failures or one-time?"

3. **Scope of impact?**
   - "Production down or staging?"
   - "Partial failure or complete?"
   - "How many users affected?"

4. **Can we rollback?**
   - "Is previous version stable?"
   - "Data migration complications?"

## Step 2: Common Failure Patterns & Solutions

### **Build Failures**
```json
…

Ver todo o marketplace