Files
claudetools/.grok/skills/rmm-audit/SKILL.md
Mike Swanson 6de0ce6098 sync: auto-sync from GURU-5070 at 2026-06-03 11:52:45
Author: Mike Swanson
Machine: GURU-5070
Timestamp: 2026-06-03 11:52:45
2026-06-03 11:52:52 -07:00

1.3 KiB

name: rmm-audit description: Periodic end-to-end verification of the GuruRMM codebase and build infrastructure. Runs 5 parallel audit passes: (1) API/route inventory cross-reference, (2) UI coverage and gap update, (3) Rust code quality and standards compliance, (4) TypeScript/frontend quality, (5) security and data integrity. A 6th sequential pass audits build pipeline health (logs, artifacts, change gates, script integrity). Produces a timestamped audit report and updates the living docs (UI_GAPS.md, FEATURE_ROADMAP.md). Takes 10-20 minutes. Invoke explicitly only — no auto-trigger. Use /rmm-audit for a full audit. Optional arg: --pass= to run a single pass (api, ui, rust, ts, security, pipeline, roadmap). The roadmap pass reconciles FEATURE_ROADMAP.md checkboxes against the code and cleans up stale ones.

Grok skill. This maps to the shared skill in .claude/skills/rmm-audit/SKILL.md.

Read the source (GrepAI MCP first for context, then read_file if needed) and follow, using Grok tools (run_terminal_command for audit runner, spawn_subagent for passes, grepai MCP heavily for code quality/trace during audits).

The RMM audit process, passes, UI_GAPS updates, etc. are in .claude/skills/rmm-audit/SKILL.md.

Explicit only. Complements gc-audit for GuruConnect.

See also: .grok/skills/rmm/SKILL.md , .grok/skills/gc-audit/SKILL.md .