Log check
Skill KhaiTrang1995/agentic-awesome-kits/kits/devops/elk-kit/.claude/skills/log-check
Investigate logs in ELK — time window, KQL, error patterns, redacted samples, correlation, report. Primary log-ops skill. Evidence-only.From its SKILL.md
npx -y skills add KhaiTrang1995/agentic-awesome-kits --skill log-checkAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 8 stars8 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.4 KB, 311 tokens by cl100k_base, as published. Nobody here has run it
/log-check — Log Investigation
Examples
/log-check booking-api --env prod --since 1h --level ERROR
/log-check "timeout payment" --since 30m
/log-check booking-api @logs-sample.ndjson
Process
1. Frame
Symptom, service, env, window, timezone, data view (or TBD), available paste?
2. Query plan (READ-ONLY)
service.name: "{{service}}" and env: "{{env}}" and log.level: error
Refine with symptom keywords. See @references/kql-cheat.md.
3. Analyze evidence only
Timeline, top patterns (log-patterns.md), ≤10 redacted samples, deploy window, correlate metrics/deps.
4. Conclude
Findings, ranked hypotheses, READ-ONLY next steps, MUTATIVE human-only options, escalate if user-facing impact.
5. Output
Chat summary always; optional L1 save → docs/ops/elk/log-checks/{id}.md
Definition of done
See ELK-BRAIN.md — query, evidence, hypothesis, next step.
Output template
@_templates/log-check-report.md
Rules
- No invented counts/stacks; redact secrets; no delete-index “fixes”
- @.claude/rules/elk-conventions.md
- @.claude/rules/approval-gate.md
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.