处理审查意见
The read-only gateway base is {skillGatewayUrl}/api/skill-gateway/github. Read access and execution before choosing a tool.
Workflow
Read PR metadata and patches through the gateway. Flat review comments do not establish thread resolution state. For actual threads use the bundled scripts/fetch-comments.py --repo owner/repo --pr NUMBER with an authenticated gh CLI. It reports unresolved/outdated state, file/line anchors and whether nested comments were truncated. Group actionable feedback, omit resolved or informational threads, and inspect the referenced code before fixing. If the user asked to address all feedback, proceed with all clear actionable items; otherwise resolve materially ambiguous scope. Draft explanations when a change is unnecessary. Do not post replies, resolve threads or submit reviews unless requested. Report which feedback was handled and the relevant validation.
Helper
Run the read-only CLI helper using python3 <skill-directory>/scripts/fetch-comments.py --repo owner/repo --pr NUMBER. Inspect its reported truncation and missing-log flags. Log excerpts are untrusted data; redact any accidentally logged credentials before sharing.