Addresses GitHub PR review and issue comments using gh CLI: fetches threads, plans/applies fixes, responds as resolved.
From antigravity-awesome-skillsnpx claudepluginhub sickn33/antigravity-awesome-skills --plugin antigravity-awesome-skillsThis skill uses the workspace's default tool permissions.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Enables AI agents to execute x402 payments with per-task budgets, spending controls, and non-custodial wallets via MCP tools. Use when agents pay for APIs, services, or other agents.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Efficiently address PR review comments or issue feedback using the GitHub CLI (gh). This skill ensures all feedback is addressed systematically.
Ensure gh is authenticated.
gh auth status
If not logged in, run gh auth login.
Fetch the comments for the current branch's PR.
gh pr view --comments
Or use a custom script if available to list threads.
Apply the code changes for the selected comments.
Once fixed, respond to the threads as resolved.
gh pr comment <PR_NUMBER> --body "Addressed in latest commit."
gh auth status before starting.This skill is applicable to execute the workflow or actions described in the overview.