review-comments
Review Comments
Overview
Address review comments with rigour — verify before fixing, research where needed, document decisions.
Core principle: Verify validity first. Research before implementing. Document every decision.
When comments are part of a broader review-comment workflow, this skill owns the verification, fix, test, and verdict step. Portable exports may come from any source that preserves the path/line plus quoted-comment format. GitHub/Copilot thread discovery, replies, and resolution stay with the relevant GitHub workflow or the user when no GitHub workflow is available.
If the user explicitly asks for the review-comment workflow, or if comments are being handed between export, verification, and GitHub resolution steps, read references/review-comment-workflow.md before proceeding.
Input Format
Use this skill with review comments in the path/line plus quoted-comment hand-off format below. Comments can come from manual exports, GitHub review comments, GitHub Copilot comments copied out of the GitHub UI, subagent reviews, or human-written notes.
- path/to/file.py:42-45
"Comment text describing the issue or concern."