ha-review

Reviews Home Assistant automations, scenes, scripts, and configuration for gaps and improvements.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Auditing a mature Home Assistant setup by hand is slow and error-prone, and naive automated reviews re-flag dozens of already-settled design decisions. This Skill runs a disciplined, read-only review of the Home Assistant domain that filters out known accepted trade-offs and adversarially verifies findings before reporting them. ## Core Features & Use Cases - Scoped read-only audit: Dispatches a reviewer agent over the home-assistant Ansible role covering automations, scenes, scripts, template sensors, and configuration, with explicit instructions to make no changes. - Memory-primed signal boosting: Loads prior review-state and accepted-decision memories first so settled decisions are not re-flagged as new findings. - Adversarial verification: Every High/Medium finding is independently checked by a skeptic agent against role documentation, sanctioned writers, and live state before reaching the report. - Use Case: Ask for a review of your Home Assistant setup and receive a prioritized High/Medium/Low report with file:line citations, tagged as gaps, improvements, or additions, plus a top-priorities shortlist. ## Quick Start Ask the assistant to run a read-only review of the Home Assistant setup and report prioritized findings without making any changes.

Frequently Asked Questions about ha-review

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

FAQPage Schema
How do I review my Home Assistant automations for gaps and improvements?▼

Run this Skill to dispatch a read-only reviewer over the home-assistant Ansible role covering automations, scenes, scripts, and template sensors. It returns findings grouped by severity with file:line citations and a top-priorities summary.

How to audit Home Assistant config without changing anything?▼

This Skill is strictly read-only: it reviews and recommends but never implements, deploys, or commits. The dispatched agent is explicitly instructed to make no changes, and the workflow stops after presenting the report.

Does the Home Assistant review re-flag decisions I already made?▼

No. Before dispatching the reviewer, the Skill reads prior review-state and accepted-decision memories to build a don't-re-flag list. Settled trade-offs documented in the role's CLAUDE.md and docs are excluded from new findings.

Why does the review verify findings with a second agent?▼

Reviews have a history of misfires, and a wrong finding costs more than a missed one. Each High or Medium finding is checked by a skeptic agent against role documentation and live state, returning CONFIRMED, REFUTED, or UNCERTAIN verdicts.

Can this Skill implement the fixes it recommends?▼

No. Implementation is deliberately kept out of this Skill and handled by a separate operator-gated sequence of edit, deploy, and verify skills. This Skill stops after the report and only recommends next steps.