# Ha Pr Comment Audit

> Audits the review comment threads on a Home Assistant GitHub pull request, flagging unaddressed comments and requests for clarification. Use when checking whether PR feedback has been handled, either standalone or as part of a full PR review.

- Skill: `home-assistant/ha-pr-comment-audit` (Agent Skill)
- Install (CLI): `npx skillmds@latest add home-assistant/ha-pr-comment-audit`
- Raw SKILL.md: https://api.skillmd.com/api/skills/home-assistant/ha-pr-comment-audit/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: home-assistant (https://skillmd.com/u/home-assistant)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/home-assistant/ha-pr-comment-audit

---


# Check Home Assistant PR Review Comments

## Instructions:
- Resolve the PR context first. If a PR number is not given, use 'gh pr view' to identify the current branch's PR.
- Fetch the review comment threads for the PR (e.g. 'gh api' for review threads/comments).
- Flag comments that have not been addressed. If the author has replied but has not implemented the suggestion, still flag it and summarize the reply.
- Flag comments for which the author has asked for clarification.
- Generate a summary of the flagged comments, including a link for each comment. Don't include comments that have been addressed.


## IMPORTANT:
- Only provide feedback in the CONSOLE. DO NOT ACT ON GITHUB.

