Use when you need to address review or issue comments on an open GitHub Pull Request using the gh CLI.
Add this skill
npx mdskills install sickn33/address-github-commentsClear workflow for addressing PR comments but lacks actionable trigger conditions and specific error handling
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 --body "Addressed in latest commit."
gh auth status before starting.Install via CLI
npx mdskills install sickn33/address-github-commentsAddress Github Comments is a free, open-source AI agent skill. Use when you need to address review or issue comments on an open GitHub Pull Request using the gh CLI.
Install Address Github Comments with a single command:
npx mdskills install sickn33/address-github-commentsThis downloads the skill files into your project and your AI agent picks them up automatically.
Address Github Comments works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Codex, Gemini Cli, Amp, Roo Code, Goose, Opencode, Trae, Qodo, Command Code. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.