ci
Generate a CI/CD pipeline — build, test, security scan, deploy. Supports GitHub Actions, GitLab CI, Bitbucket Pipelines.
Investigate logs in ELK — time window, KQL, error patterns, redacted samples, correlation, report. Primary log-ops skill. Evidence-only.
$ npx -y skills add KhaiTrang1995/agentic-awesome-kits --skill log-check --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/log-checkContext preview
The summary Claude sees to decide when to auto-load this skill.
Investigate logs in ELK — time window, KQL, error patterns, redacted samples, correlation, report. Primary log-ops skill. Evidence-only.
name: log-check description: Investigate logs in ELK — time window, KQL, error patterns, redacted samples, correlation, report. Primary log-ops skill. Evidence-only. user-invocable: true argument-hint: "<service or symptom> [--env prod] [--since 1h] [--level ERROR] [@paste-or-export]"
/log-check booking-api --env prod --since 1h --level ERROR /log-check "timeout payment" --since 30m /log-check booking-api @logs-sample.ndjson
Symptom, service, env, window, timezone, data view (or TBD), available paste?
service.name: "{{service}}" and env: "{{env}}" and log.level: errorRefine with symptom keywords. See `@references/kql-cheat.md`.
Timeline, top patterns (`log-patterns.md`), ≤10 redacted samples, deploy window, correlate metrics/deps.
Findings, ranked hypotheses, READ-ONLY next steps, MUTATIVE human-only options, escalate if user-facing impact.
Chat summary always; optional L1 save → `docs/ops/elk/log-checks/{id}.md`
See `ELK-BRAIN.md` — query, evidence, hypothesis, next step.
`@_templates/log-check-report.md`
Reusable AI Skill Kits for coding agents (Claude Code and any other subagent/slash-command-compatible tool).
Repo: KhaiTrang1995/agentic-awesome-kits
Generate a CI/CD pipeline — build, test, security scan, deploy. Supports GitHub Actions, GitLab CI, Bitbucket Pipelines.
Generate docker-compose.yml — multi-service, network, volumes, healthcheck.
Generate an optimized Dockerfile — multi-stage build, security hardening, small image size.
Generate Swarm secret/config management — external secret references, versioned rotation, config mounts.
Generate or update a single Swarm service definition — scaling, resource limits, rolling update policy, health check.
Generate a Docker Swarm stack file — services, deploy policy (replicas, placement, rolling update/rollback), overlay network.