issue-109: Add victorialogs-debugging skill #110
Loading…
Reference in a new issue
No description provided.
Delete branch "feature/issue-109/add-victorialogs-debugging-skill"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds a new
victorialogs-debuggingskill — a debugging playbook + LogsQL recipe cheat-sheet for working with VictoriaLogs through thevictorialogsextension (logs_search,logs_hits,logs_facets). The extension provides the query tools; the skill provides the strategy: three quick-start traces for the three most common debugging questions, a shared gotchas list, and a consolidated LogsQL cheat-sheet.What & why
Debugging against VictoriaLogs is a recurring need in this repo's workflows, and raw LogsQL has several non-obvious pitfalls (default 15m time window, bare-phrase handling, underscore tokenisation). This skill codifies what was previously tribal knowledge into a repeatable playbook:
logs_hits.All recipes were smoke-tested against a real VictoriaLogs instance (v1.52.0 at
http://localhost:9428) before shipping.Per-file breakdown
Added
skills/victorialogs-debugging/SKILL.md— the new skill (frontmattername: victorialogs-debugging; playbook, traces, gotchas, cheat-sheet).Modified
README.md— skill count 12→13, new row in the skills table, layout note update.CHANGELOG.md— Unreleased → Added entry describing the skill.Closes #109