homelab-review

Dispatches parallel read-only reviewer agents to audit a k3s homelab and synthesizes one prioritized report.

2|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/DanielH2018/server --skill homelab-review-danielh2018
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: homelab-review
Source: https://github.com/DanielH2018/server/tree/main/.claude/skills/homelab-review
Command: npx skills add https://github.com/DanielH2018/server --skill homelab-review-danielh2018

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Reviewing a mature homelab by hand means re-checking dozens of settled decisions, duplicating findings across domains, and shipping unverified recommendations. This Skill coordinates a multi-agent audit of the entire k3s/Ansible homelab, deduplicates and adversarially verifies findings, and produces one prioritized report without changing any infrastructure. ## Core Features & Use Cases - Parallel per-domain review: Dispatches six read-only reviewer agents covering security, network/reverse proxy, backups/observability, CI/CD, container infra, and docs-vs-config drift, each with pinned model sizing. - Memory-primed deduplication: Reads standing do-not-reflag lists and open-finding registers first, so settled trade-offs are not re-flagged and recurring findings are reported as recurrences rather than discoveries. - Adversarial verification: Runs skeptic agents against every High/Medium finding and every proposed remediation, confirming, refuting, or flagging fixes that launder symptoms instead of resolving defects. - Use Case: Ask for a security and backups review of the homelab; the Skill primes from prior review ledgers, dispatches the two relevant reviewers in parallel, verifies their findings against cited file:line evidence, and files confirmed gaps as GitHub Issues. ## Quick Start Ask the assistant to run a homelab review of the security and backups areas and report prioritized findings without making any changes.

Frequently Asked Questions about homelab-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a multi-agent review of my homelab?▼

Invoke the homelab-review skill, optionally naming a subset of areas such as security or network. It primes from prior review memory, dispatches one read-only reviewer agent per domain in parallel, then deduplicates, verifies, and reports findings by severity.

What areas does a homelab infrastructure audit cover?▼

The review covers six areas: security and hardening, network and reverse proxy, backups and observability, CI/CD and GitOps, media and container infrastructure, and docs-versus-live-config drift. Home Assistant is excluded and handled by a separate ha-review skill.

Does the homelab review make changes to my infrastructure?▼

No, the skill is strictly read-only. It reviews and recommends but never implements, deploys, or commits; the operator drives any changes afterward through a separate explicit deploy flow.

How are duplicate or false-positive findings handled?▼

Findings from multiple agents are merged only when they share the same file, mechanism, and fix. Every High or Medium finding then goes through a skeptic agent that confirms, refutes with cited evidence, or marks it uncertain before it reaches the report.

What happens to confirmed findings after the review?▼

Confirmed findings the operator does not fix immediately are filed as GitHub Issues via findings.py with severity, domain, file reference, and a verify-by description. Recurring findings are recorded as re-observations rather than new issues.