comments▌
7 indexed skills · max 10 per page
gh-address-comments
openai/skills · Productivity
Locate and address review comments on GitHub PRs using gh CLI with user-guided workflows. \n \n Fetches all comments and review threads from the open PR for the current branch, displaying them with summaries of required fixes \n Requires gh CLI authentication with elevated permissions (workflow/repo scopes); prompts re-authentication if rate limits or auth errors occur mid-run \n Presents numbered comment list to user for selection, then applies fixes to chosen comments \n Handles sandboxing con
address-github-comments
sickn33/antigravity-awesome-skills · Productivity
Systematically address GitHub PR review comments and issue feedback using the gh CLI. \n \n Fetches and inspects PR comments and review threads to understand feedback before applying fixes \n Guides categorization and planning of comments, with user confirmation checkpoints for prioritization \n Applies code changes and responds to comment threads as resolved using gh CLI commands \n Requires gh authentication; includes auth status verification as a prerequisite step \n
address-github-comments
davila7/claude-code-templates · Productivity
Efficiently address PR review comments or issue feedback using the GitHub CLI (gh). This skill ensures all feedback is addressed systematically.
pr-comments
casper-studios/casper-marketplace · Productivity
Fetch all unresolved PR review threads, deduplicate across bots, triage by severity, and produce a fix plan for human approval. After sign-off, resolve ignored threads and spawn subagents to fix real issues.
gh-address-comments
davila7/claude-code-templates · Productivity
$23
pr-address-comments
google-gemini/gemini-cli · Productivity
You are helping the user address comments on their Pull Request. These comments may have come from an automated review agent or a team member. \n OBJECTIVE: Help the user review and address comments on their PR. \n Comment Review Procedure \n \n Run the scripts/fetch-pr-info.js script to get PR info and state. MAKE SURE you read the entire output of the command, even if it gets truncated. \n Summarize the review status by analyzing the diff, commit log, and comments to see which still need to be
add-educational-comments
github/awesome-copilot · Productivity
Add educational comments to code files to transform them into effective learning resources. \n \n Adapts explanation depth and tone to three configurable knowledge levels: beginner, intermediate, and advanced \n Automatically requests a file if none is provided, with numbered list matching for quick selection \n Expands files by up to 125% using educational comments only (hard limit: 400 new lines; 300 for files over 1,000 lines) \n Preserves file encoding, indentation style, syntax correctness,