From openai-skills-13
Addresses review and issue comments on the open GitHub PR for the current branch using the gh CLI. Verifies gh authentication and prompts the user if needed.
How this skill is triggered — by the user, by Claude, or both
Slash command
/openai-skills-13:gh-address-commentsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
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.
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.
Notes:
gh auth login, then retry.npx claudepluginhub joshuarweaver/cascade-code-languages-misc-1 --plugin openai-skills-13Fetches and addresses GitHub PR review/issue comments on current branch using gh CLI. Lists threads via script, summarizes fixes, applies user-selected changes, with auth handling.
Addresses PR review comments and issue feedback via gh CLI, ensuring systematic resolution of GitHub pull request discussions.
Addresses review comments and issue feedback on open GitHub pull requests using the gh CLI. Systematically applies fixes and responds to threads.