gh-address-comments: Structured Processing of GitHub PR Review Comments with Agent Skill
gh-address-comments is a curated Skill by OpenAI Codex. It pulls all review and inline comments of the current branch PR via gh CLI and GraphQL scripts, summarizes them with serial numbers for users to select the entries to handle, and then hands them over to the Agent for code modification. This article introduces its three-step workflow, the capabilities of fetch_comments.py, the installation methods of Codex and Cursor, as well as applicable scenarios and precautions under the human-in-the-loop design.
Read More