← Back to Skills Marketplace
tbeard602

Gh Address Comments

by Tbeard602 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
41
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install gh-address-comments
Description
Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not...
README (SKILL.md)

PR Comment Handler

Guide to find the open PR for the current branch and address its comments with gh CLI. Run all gh commands with elevated network access.

Prereq: ensure gh is authenticated (for example, run gh auth login once), then run gh auth status with escalated permissions (include workflow/repo scopes) so gh commands succeed. If sandboxing blocks gh auth status, rerun it with sandbox_permissions=require_escalated.

1) Inspect comments needing attention

  • Run scripts/fetch_comments.py which will print out all the comments and review threads on the PR

2) Ask the user for clarification

  • Number all the review threads and comments and provide a short summary of what would be required to apply a fix for it
  • Ask the user which numbered comments should be addressed

3) If user chooses comments

  • Apply fixes for the selected comments

Notes:

  • If gh hits auth/rate issues mid-run, prompt the user to re-authenticate with gh auth login, then retry.
Usage Guidance
Review this skill before installing if you use GitHub credentials with access to private or sensitive repositories. Prefer using the minimum gh scopes needed for the target repository, avoid granting workflow scope unless you explicitly need it, and run the helper only on PRs whose comments you are comfortable exposing to the local agent context.
Capability Assessment
Purpose & Capability
The stated purpose is to fetch, summarize, and address GitHub PR review comments. The included Python script is read-only and fetches PR comments, reviews, and review threads through gh; applying fixes is left to the agent after user selection.
Instruction Scope
The instructions tell the agent to run all gh commands with elevated network access and to use escalated sandbox permissions if blocked, which is broader than a tightly scoped PR-comment workflow.
Install Mechanism
The package contains a SKILL.md, OpenAI agent metadata, a small SVG asset, a license file, and one Python helper script. It does not show an installer, background service, or automatic startup behavior.
Credentials
The skill asks for gh authentication with repo and workflow scopes. GitHub access is expected for this purpose, but workflow scope and blanket elevated gh execution are not clearly justified for reading PR comments and making selected local fixes.
Persistence & Privilege
The skill directs users toward gh auth login, which can create a persistent local GitHub CLI credential, and it does not clearly warn users about the breadth or durability of that credential.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install gh-address-comments
  3. After installation, invoke the skill by name or use /gh-address-comments
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of gh-address-comments. - Guides users to identify and address review/issue comments on the current branch’s open GitHub PR using the gh CLI. - Verifies gh authentication, prompting for login if needed. - Fetches and lists PR comments, summarizes them, and allows users to select which to address. - Handles authentication or rate-limiting issues by prompting for re-authentication.
Metadata
Slug gh-address-comments
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Gh Address Comments?

Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not... It is an AI Agent Skill for Claude Code / OpenClaw, with 41 downloads so far.

How do I install Gh Address Comments?

Run "/install gh-address-comments" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Gh Address Comments free?

Yes, Gh Address Comments is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Gh Address Comments support?

Gh Address Comments is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Gh Address Comments?

It is built and maintained by Tbeard602 (@tbeard602); the current version is v1.0.0.

💬 Comments