adding homelab audit skill for updating documentation and diagrams etc

This commit is contained in:
2026-05-31 20:10:50 +00:00
Unverified
parent 2322df8f3a
commit 9d968be308
4 changed files with 145 additions and 582 deletions

View File

@@ -18,7 +18,7 @@ metadata:
# Homelab Infrastructure Review
Performs a 3-way infrastructure reconciliation audit of living services, active proxy routes, and the network topology canvas.
This skill has been refactored into an intelligent, context-aware auditing engine. It uses a YAML configuration (`scripts/audit_config.yaml`) to understand architectural conventions (aliases, ignored containers) and employs a robust, incremental development workflow. **Always test changes in small, atomic steps** (`syntax check -> run`) to avoid complex debugging cycles. The core logic now uses a Python helper (`scripts/load_config.py`) for configuration and `docker inspect` for accurate health checks.
## 1. Core Objectives