home-assistant

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.

home-assistant 90,170 38,428 Updated 2mo ago
GitHub

Install

npx skillscat add home-assistant/core/ha-pr-comment-audit

Install via the SkillsCat registry.

SKILL.md

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.

Categories