What problem does it solve?
Manual code reviews are inconsistent, time-consuming, and often miss critical issues like security flaws, performance regressions, or missing test coverage. This Skill enforces a consistent review workflow for Home Assistant pull requests and local branches.
Core Features & Use Cases
- Diff Analysis: Reviews the full set of changes against the target branch by resolving the merge base from
upstream, origin, or local refs.
- Quality Scale Verification: Detects
quality_scale.yaml files and delegates rule verification to a subagent following the ha-quality-scale-verify skill.
- Parallel Verification: Spawns up to 10 parallel subagents to double-check each finding before producing the final summary.
- Use Case: A contributor opens a pull request adding a new sensor platform. Use this Skill to review the diff for code quality, test coverage, and documentation updates, then output a structured list of CRITICAL, PROBLEM, and SUGGESTION comments with file and line references.
Quick Start
Review the current branch changes against the dev branch and provide a structured code review with severity-tagged comments.