MR
Mayur Rathi
@mayurrathi
⭐ 40.7k GitHub stars

Address Github Comments

Address Github Comments is an productivity AI skill with a core value of Use when you need to address review or issue comments on an open GitHub Pull Request using the gh CLI. It helps developers solve real-world problems in the productivity domain, boosting efficiency, automating repetitive tasks, and optimizing workflows.

Use when you need to address review or issue comments on an open GitHub Pull Request using the gh CLI.

Last verified on: 2026-07-07

Quick Facts

Category productivity
Works With Claude
Source sickn33/antigravity-awesome-skills
Stars ⭐ 40.7k
Last Verified 2026-07-07
Risk Level Low
mkdir -p ./skills/address-github-comments && curl -sfL https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/address-github-comments/SKILL.md -o ./skills/address-github-comments/SKILL.md

Run in terminal / PowerShell. Requires curl (Unix) or PowerShell 5+ (Windows).

Skill Content

# Address GitHub Comments


Overview


Efficiently address PR review comments or issue feedback using the GitHub CLI (`gh`). This skill ensures all feedback is addressed systematically.


Prerequisites


Ensure `gh` is authenticated.


bash
gh auth status

If not logged in, run `gh auth login`.


Workflow


1. Inspect Comments


Fetch the comments for the current branch's PR.


bash
gh pr view --comments

Or use a custom script if available to list threads.


2. Categorize and Plan


- List the comments and review threads.

- Propose a fix for each.

- **Wait for user confirmation** on which comments to address first if there are many.


3. Apply Fixes


Apply the code changes for the selected comments.


4. Respond to Comments


Once fixed, respond to the threads as resolved.


bash
gh pr comment <PR_NUMBER> --body "Addressed in latest commit."

Common Mistakes


- **Applying fixes without understanding context**: Always read the surrounding code of a comment.

- **Not verifying auth**: Check `gh auth status` before starting.


When to Use

This skill is applicable to execute the workflow or actions described in the overview.

🎯 Best For

  • Engineering teams doing code reviews
  • Open source maintainers
  • Claude users
  • Knowledge workers
  • Remote teams

💡 Use Cases

  • Reviewing pull requests for security vulnerabilities
  • Checking code style consistency
  • Using Address Github Comments in daily workflow
  • Automating repetitive productivity tasks

📖 How to Use This Skill

  1. 1

    Install the Skill

    Copy the install command from the Terminal tab and run it. The SKILL.md file downloads to your local skills directory.

  2. 2

    Load into Your AI Assistant

    Open Claude and reference the skill. Paste the SKILL.md content or use the system prompt tab.

  3. 3

    Apply Address Github Comments to Your Work

    Provide context for your task — paste source material, describe your audience, or share existing work to guide the AI.

  4. 4

    Review and Refine

    Edit the AI output for accuracy, tone, and completeness. Add human insight where the AI lacks context.

❓ Frequently Asked Questions

Does this skill check for OWASP Top 10?

Security-focused review skills often include OWASP checks. Check the skill content for specific vulnerability categories covered.

How do I install Address Github Comments?

Copy the install command from the Terminal tab and run it. The skill downloads to ./skills/address-github-comments/SKILL.md, ready to use.

Can I customize this skill for my team?

Absolutely. Edit the SKILL.md file to add team-specific instructions, examples, or workflows.

⚠️ Common Mistakes to Avoid

Blindly accepting AI suggestions

Always verify AI-generated review comments. Some suggestions may not apply to your specific codebase conventions.

Not reading the full skill

Skills contain important context and edge cases beyond the quick start.

🔗 Related Skills