Inspecting and validating RouterOS command/script syntax against a live device via /console/inspect (highlight, completion, syntax, child) and :parse IL. Use when: validating RouterOS commands before execution, explaining or linting RouterOS scripts, building syntax-aware tooling (LSP servers, validators, agent explain/check commands), interpreting highlight token streams or :parse intermediate language, discovering enum values or argument schemas, or when the user mentions console/inspect, highlight tokens, parseIL, or RouterOS script validation.
$npx -y skills add tikoci/routeros-skills --skill routeros-syntax-inspectionInstalls into the current project.
Run `npx skills use "https://github.com/tikoci/routeros-skills" --skill "tikoci/routeros-skills/routeros-syntax-inspection"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/tikoci/routeros-skills" that are relevant to the current task. Run `npx skills add "https://github.com/tikoci/routeros-skills"` and select the relevant skills, then follow their instructions.