sync: auto-sync from GURU-5070 at 2026-06-19 08:40:35

Author: Mike Swanson
Machine: GURU-5070
Timestamp: 2026-06-19 08:40:35
This commit is contained in:
2026-06-19 08:41:53 -07:00
parent 416f2a3d91
commit b66843096a
15 changed files with 55 additions and 83 deletions

View File

@@ -1,17 +1,11 @@
---
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=<name> 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.
Periodic end-to-end verification of the GuruRMM codebase + build infra: 5 parallel
audit passes (API/route, UI coverage, Rust, TypeScript, security) plus a sequential
pipeline-health pass; writes a timestamped report and updates UI_GAPS.md and
FEATURE_ROADMAP.md. Explicit only — /rmm-audit, optional
--pass=<api|ui|rust|ts|security|pipeline|roadmap>. Detail in the SKILL body.
---
# GuruRMM End-to-End Audit