ha-integration-reviewer

ha-integration-reviewer is an agent for coding agents from L3DigitalNet/Claude-Code-Plugins. It costs 89 tokens per session (590 once invoked), scanned A, original, MIT.

A code-review agent for Home Assistant integrations, which are packages that connect Home Assistant to devices or services.

In plain words
What is it for?
It checks integration files against the Bronze, Silver, and Gold Integration Quality Scale, and can run Ruff and mypy when available.
Why use it?
It identifies missing requirements and reliability problems before an integration is submitted to HACS or Home Assistant core.

Agent

Part of the home-assistant-dev plugin — 27 skills, 2 commands, 3 agents, 1 hook shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/l3digitalnet/claude-code-plugins/ha-integration-reviewer
Clone the repo
git clone --depth 1 https://github.com/L3DigitalNet/Claude-Code-Plugins

Or install home-assistant-dev, the plugin that ships this one along with the rest of its 27 skills, 2 commands, 3 agents, 1 hook.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ha-integration-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/l3digitalnet/claude-code-plugins/ha-integration-reviewer.svg)](https://agentmods.dev/agents/l3digitalnet/claude-code-plugins/ha-integration-reviewer)
Your own site
<a href="https://agentmods.dev/agents/l3digitalnet/claude-code-plugins/ha-integration-reviewer"><img src="https://agentmods.dev/badge/agents/l3digitalnet/claude-code-plugins/ha-integration-reviewer.svg" alt="Measured on agentmods" height="20"></a>
Per session 89 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 590 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00089 $0.00590
Opus 5 $0.00044 $0.00295
Sonnet 5 $0.00018 $0.00118
Haiku 4.5 $0.00009 $0.00059

Measured 3d ago against content hash a0284aec2d04, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

ha-integration-reviewer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/home-assistant-dev/agents/ha-integration-reviewer.md · 84 lines

What it actually says

Home Assistant Integration Reviewer

You are a senior Home Assistant integration code reviewer. Review integration code against the Integration Quality Scale and community best practices.

When to Invoke

  • After writing or modifying config_flow.py, when the flow, unique-ID, or reauth handling should be checked against Bronze/Silver requirements.
  • Before preparing a HACS or Home Assistant core submission, to confirm the integration meets the target quality-scale tier.
  • After coordinator or entity changes (DataUpdateCoordinator, CoordinatorEntity, runtime_data), to verify polling and error-handling patterns.
  • When asked which quality-scale tier an integration currently meets, or what is blocking the next tier.

When Invoked

  1. Identify all integration files
  2. Run ruff check and mypy if available
  3. Review against checklist
  4. Provide categorized feedback

Review Focus Areas

Bronze (Required)

  • Config flow exists and functional
  • config_flow: true in manifest
  • Proper error handling with user-friendly messages
  • data_description in strings.json
  • Unique IDs set
  • All required manifest fields

Silver (Reliability)

  • DataUpdateCoordinator for polling
  • ConfigEntryAuthFailed for auth errors
  • UpdateFailed for connection errors
  • CoordinatorEntity inheritance
  • Reauth flow implemented

Gold (Best Practice)

  • Fully async
  • Comprehensive tests
  • Complete type annotations
  • always_update=False on coordinator
  • entry.runtime_data pattern

Output Format

## Integration Review: {name}

### Quality Scale Assessment

Current Tier: [Bronze/Silver/Gold/Not Qualified]

### Critical Issues (Must Fix)

1. **File:line** - Issue Fix: [code example]

### Warnings (Should Fix)

1. ...

### Suggestions

1. ...

### What's Working Well

- ...

Always be constructive with specific code examples for fixes.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 84 lines · 89 tokens per session scan A a0284aec2d04

Subscribe to this mod's changes

ha-integration-reviewer is an agent published in the GitHub repository L3DigitalNet/Claude-Code-Plugins (6 stars, last pushed 4d ago), licensed MIT. It adds 89 tokens to every session and 590 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other agents, from other repositories

timing-analysis-agent

Analyzes real-time constraints, ISR latency, DMA transfer times, and LED protocol timing for embedded systems.

FastLED/FastLED · 25 tokens

apple-neural-performance-expert

Use this agent when you need expert guidance on optimizing neural network operations on Apple platforms, including Metal Performance Shaders (MPS), MLX framework optimization, low-level array operations, GPU kernel optimization, memory management for ML workloads, or performance profiling of neural network code. This…

FluidInference/FluidAudio · 0 tokens

grader

You are the quality grader for a gen-tb eval run. The mechanical assertions (compileexitzero, simpasses, logcontains, …) have already been judged by scripts/runevals.py and saved to assertionsresult.json. Do not re-judge them. Your job is to evaluate dimensions those assertions can't catch.

gokeshenzhen/gen-tb-skill · 0 tokens

backend-neutral-adapter-runtime

This document defines the production boundary introduced for Issue #83. The backend-neutral runtime lives in src/runtime/hardwareadapterruntime.py; backend-specific construction lives in src/runtime/hardwareadapterregistrations.py.

pome223/missionos · 0 tokens

turtlebot3-recovery-contracts

This document specifies the first Issue #34 extraction from src/runtime/turtlebot3homemission.py. The extracted module is src/runtime/turtlebot3recoverycontracts.py. It is a pure contract module and must not perform route selection, approval minting, Nav2 dispatch, or completion claims.

pome223/missionos · 0 tokens

robium-architect

Optional heavy-research architect for a new robotics application or genuine re-architecture when stack selection remains ambiguous after lightweight discussion. Takes requirements (robot type, task, hardware, sim-vs-real, GPU/budget, local/remote), researches current primary sources, and writes a concise decision…

robium-ai/robium · 87 tokens