What problem does it solve?
Manually auditing a Home Assistant integration against dozens of quality scale rules across Bronze, Silver, Gold, and Platinum tiers is time-consuming and error-prone. This Skill automates the verification process by fetching official rule documentation and cross-referencing it with the integration's codebase.
Core Features & Use Cases
- Rule Documentation Fetching: Retrieves official rule definitions from the Home Assistant developers documentation repository.
- Codebase Analysis: Examines manifest.json, quality_scale.yaml, and relevant Python modules to verify implementation patterns.
- Tier-Aware Verification: Applies cumulative rule requirements based on the integration's declared quality tier.
- Use Case: A developer wants to know if their custom integration qualifies for Silver tier. Use this Skill to check each Silver rule in parallel and receive a focused report listing only the rules with compliance issues.
Quick Start
Verify whether the peblar integration follows the config-flow quality scale rule.