ha-quality-scale-verify

Installation
SKILL.md

Verify Quality Scale Rule

You are verifying whether a Home Assistant integration follows a specific quality scale rule. Verify one rule at a time; to check a full tier, verify each of that tier's rules (run in parallel subagents when possible).

1. Fetch rule documentation

Retrieve the official rule documentation from: https://raw.githubusercontent.com/home-assistant/developers.home-assistant/refs/heads/master/docs/core/integration-quality-scale/rules/{rule_name}.md where {rule_name} is the rule identifier (e.g. config-flow, entity-unique-id, parallel-updates).

2. Understand rule requirements

Parse the rule documentation to identify:

  • Core requirements and mandatory implementations
  • Specific code patterns or configurations required
  • Common violations and anti-patterns
  • Exemption criteria (when a rule might not apply)
  • The quality tier this rule belongs to (Bronze, Silver, Gold, Platinum)
Installs
2
GitHub Stars
90.2K
First Seen
Aug 8, 2026
ha-quality-scale-verify — home-assistant/core