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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user