oncokb-verify-comments-are-addressed

Verifies whether GitHub pull request review comments are addressed and drafts prefixed replies.

Updated Aug 31, 2026
One-click install
npx skills add https://github.com/oncokb/oncokb-skills --skill oncokb-verify-comments-are-addressed-oncokb
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: oncokb-verify-comments-are-addressed
Source: https://github.com/oncokb/oncokb-skills/tree/main/skills/oncokb-verify-comments-are-addressed
Command: npx skills add https://github.com/oncokb/oncokb-skills --skill oncokb-verify-comments-are-addressed-oncokb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? PR authors often lose track of which reviewer comments have been addressed, leading to missed feedback and delayed merges. This Skill audits every review thread on a GitHub pull request, classifies each comment's status, and guides the author through code fixes or clarification replies. ## Core Features & Use Cases - Comment Status Audit: Uses the GitHub CLI (gh) to inspect issue comments, review comments, and thread resolution states, classifying each as addressed, replied, unaddressed, or needing clarification. - Guided Resolution: For each unresolved concern, offers a code-fix path or a drafted reply requesting clarification or explaining constraints. - Controlled Posting: Posts comments only with explicit user approval, always prefixed with [AI-assisted]. - Use Case: A PR author returns to a long-running pull request with 15 reviewer threads and needs a definitive ledger of what is resolved, what needs code changes, and what needs a reply before re-requesting review. ## Quick Start Check whether all review comments on my pull request at https://github.com/org/repo/pull/123 have been addressed and help me resolve the remaining ones.

Frequently Asked Questions about oncokb-verify-comments-are-addressed

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check if all PR review comments are addressed on GitHub?▼

Provide the pull request URL and the workflow uses the GitHub CLI to inspect issue comments, review comments, and thread resolution states. Each actionable comment is classified as addressed, replied, unaddressed, or needing clarification with supporting evidence.

How to reply to unresolved pull request review comments?▼

For each unresolved concern, you can choose a code fix or a drafted reply requesting clarification or explaining constraints. Replies are posted only after your explicit approval and always start with the [AI-assisted] prefix.

Can reviewers use this workflow or only PR authors?▼

This workflow supports PR authors only. It explicitly asks you to confirm you are the PR author before analysis and stops if you are not the author of the pull request.

Does it post GitHub comments automatically without approval?▼

No, comments and replies are never posted without explicit user approval. Every posted comment must also begin with the [AI-assisted] prefix, and unapproved drafts remain unpublished.

What tool does it use to inspect GitHub review threads?▼

It uses the GitHub CLI (gh) to read issue comments, review comments, and review-thread status. The gh CLI must be installed and authenticated against the target repository.