ci
Generate a CI/CD pipeline — build, test, security scan, deploy. Supports GitHub Actions, GitLab CI, Bitbucket Pipelines.
Check logs with LogQL (Loki/Grafana) — stream selector, filters, redacted samples, rate, investigation report. Evidence-only.
$ npx -y skills add KhaiTrang1995/agentic-awesome-kits --skill loki-query --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/loki-queryContext preview
The summary Claude sees to decide when to auto-load this skill.
Check logs with LogQL (Loki/Grafana) — stream selector, filters, redacted samples, rate, investigation report. Evidence-only.
name: loki-query description: Check logs with LogQL (Loki/Grafana) — stream selector, filters, redacted samples, rate, investigation report. Evidence-only. user-invocable: true argument-hint: "<service or symptom> [--env prod] [--since 1h] [--level ERROR] [@paste]"
/loki-query booking-api --env prod --since 1h /loki-query "timeout" --service booking-api --since 30m
1. Scope labels + window 2. LogQL plan (`@references/logql-cheat.md`) 3. Analyze paste only — patterns, ≤10 redacted samples, optional rate query 4. Hypotheses + next (`/grafana-explore`, `elk-kit` `/log-check`, incident process) 5. Optional L1 → `docs/ops/grafana/log-checks/LOKI-{date}-{slug}.md`
`@_templates/loki-log-check.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.