What problem does it solve?
Reviewing Home Assistant pull requests manually requires fetching PR details, diffs, and existing comments, then applying project-specific review standards. This Skill automates that workflow so reviewers can focus on code quality.
Core Features & Use Cases
- PR Data Retrieval: Uses the GitHub CLI to fetch PR metadata, descriptions, and full diffs.
- Standards-Based Review: Delegates code review to the
ha-review skill, passing the correct target branch for accurate diffing.
- Comment Audit: Runs a parallel subagent to audit existing PR review comments via the
ha-pr-comment-audit skill.
- Use Case: A maintainer wants to review an incoming Home Assistant PR. They invoke this Skill to get a consolidated console review covering code changes and comment history without posting anything to GitHub.
Quick Start
Review the Home Assistant pull request at the provided GitHub URL and output feedback to the console only.