agentsclimarketplace

Log check

Skill KhaiTrang1995/agentic-awesome-kits/kits/devops/elk-kit/.claude/skills/log-check

A universal collection of reusable Loop Engineering kits for AI coding agents—not just prompts. Each kit combines Skills, Rules, Templates, workflows, and validation loops to help agents autonomously plan, execute, verify, fix, and improve engineering tasks.

Install
npx -y skills add KhaiTrang1995/agentic-awesome-kits --skill log-check

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

3 things to look at

  • 24 days oldThe repository was created 24 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
  • 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.
  • 7 stars7 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.

What its author says it does

Copied from the file, not written here

Investigate logs in ELK — time window, KQL, error patterns, redacted samples, correlation, report. Primary log-ops skill. Evidence-only.

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.

Keep looking

Skills are one crate of 327,069. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.