askill
gh-address-comments

gh-address-commentsSafety 85Repository

Address GitHub PR review comments and actionable review threads with GitHub CLI. Use when triaging reviewer feedback, summarizing unresolved PR comments, or applying selected fixes on a pull request.

11 stars
1.2k downloads
Updated 3/21/2026

Package Files

Loading files...
SKILL.md
  1. Verify gh auth status. If unauthenticated, ask user to run gh auth login.
  2. Resolve the target PR. Default to the current branch PR, or pass an explicit PR number/URL with python "$SKILL_DIR/scripts/fetch_comments.py" --repo "." --pr "$ARGUMENTS".
  3. If rtk is available, prefer rtk gh ..., rtk read, and rtk grep for human-facing exploration. Do not wrap script-friendly JSON or GraphQL payloads with RTK compression.
  4. Run python "$SKILL_DIR/scripts/fetch_comments.py" --repo "." [--pr "$ARGUMENTS"] to get an actionable summary. Use --json only when another tool needs structured output.
  5. Present the numbered actionable items, grouped by review thread or review body, then ask which items to address if the user did not specify them.
  6. Apply fixes for the selected comments and summarize which review items were addressed.
  7. If authentication fails mid-run, ask the user to re-authenticate and retry.

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

72/100Analyzed 3/22/2026

Solid, structured skill for addressing GitHub PR review comments. Has clear workflow with numbered steps and good metadata. Moderate completeness due to missing examples and script dependencies; moderate actionability since "apply fixes" is vague. Reusable across projects, safe to execute, and benefits from tags and organized structure. The "security" tag appears misaligned with the content.

85
82
78
65
68

Metadata

Licenseunknown
Version1.1.0
Updated3/21/2026
Publisherbahayonghang

Tags

graphqlsecurity