address-github-pr-comments

address-github-pr-comments is a skill for Claude Code, Codex, Cursor from emaraschio/cursor-commands. It costs 15 tokens per session (382 once invoked), scanned A, original, MIT.

A workflow for handling unresolved comments on a GitHub pull request, which is a proposed code change shared for review. It applies requested fixes and prepares replies to reviewers.

In plain words
What is it for?
Use it to read outstanding comments, group related requests, update the code, run relevant checks, and prepare clear responses.
Why use it?
It keeps feedback from being missed and connects each reviewer comment to a code change or explanation.

Skill for Claude CodeCodexCursor

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/emaraschio/cursor-commands/address-github-pr-comments
Any agent
npx skills add emaraschio/cursor-commands --skill address-github-pr-comments
Clone the repo
git clone --depth 1 https://github.com/emaraschio/cursor-commands

Made for: Claude Code, Codex, Cursor.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for address-github-pr-comments

README.md
[![agentmods](https://agentmods.dev/badge/skills/emaraschio/cursor-commands/address-github-pr-comments.svg)](https://agentmods.dev/skills/emaraschio/cursor-commands/address-github-pr-comments)
Your own site
<a href="https://agentmods.dev/skills/emaraschio/cursor-commands/address-github-pr-comments"><img src="https://agentmods.dev/badge/skills/emaraschio/cursor-commands/address-github-pr-comments.svg" alt="Measured on agentmods" height="20"></a>
Per session 15 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 382 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00015 $0.00382
Opus 5 $0.00008 $0.00191
Sonnet 5 $0.00003 $0.00076
Haiku 4.5 $0.00002 $0.00038

Measured 3d ago against content hash eaef9153ce2a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

address-github-pr-comments scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.cursor/skill-contracts/address-github-pr-comments/SKILL.md · 44 lines

What it actually says

Overview

Process outstanding reviewer feedback, apply required fixes, and draft clear responses for each GitHub pull-request comment.

Steps

  1. Sync and audit comments
    • Pull the latest branch changes
    • Open the PR conversation view and read every unresolved comment
    • Group comments by affected files or themes
  2. Plan resolutions
    • List the requested code edits for each thread
    • Identify clarifications or additional context you must provide
    • Note any dependencies or blockers before implementing changes
  3. Implement fixes
    • Apply targeted updates addressing one comment thread at a time
    • Run relevant tests or linters after impactful changes
    • Stage changes with commits that reference the addressed feedback
  4. Draft responses
    • Summarize the action taken or reasoning provided for each comment
    • Link to commits or lines when clarification helps reviewers verify
    • Highlight any remaining questions or follow-up needs

Response Checklist

  • All reviewer comments acknowledged
  • Required code changes implemented and tested
  • Clarifying explanations prepared for nuanced threads
  • Follow-up items documented or escalated
  • PR status updated for reviewers

Guardrails

  • Push only when the user asks; do not push review fixes unrequested.
  • Do not dismiss valid security feedback; address it or justify with evidence first.
  • Address one comment thread at a time and run tests after impactful changes.
  • Do not commit, push, merge, or run production scripts without consent; wait for an explicit request before any destructive git action.
  • Do not print, log, or commit secrets or credentials; flag any exposed secret instead of including it in a commit or comment.
Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 44 lines · 15 tokens per session scan A eaef9153ce2a

Subscribe to this mod's changes

address-github-pr-comments is a skill published in the GitHub repository emaraschio/cursor-commands (9 stars, last pushed 27d ago), licensed MIT. It adds 15 tokens to every session and 382 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

grok-build-supervisor

Initialize the persistent local proxy, then immediately ensure a visible Grok Build TUI for the current workspace when /grokexecute on activates, and continuously supervise that coding-agent session through a user-level Supervisor daemon as the user sends work, waits for completion, reconnects from another host task…

Vanyangyang/cursor-bridge · 103 tokens

cursor-delegate

Delegate bounded light-to-medium implementation, limited investigation, documentation, configuration, testing, and tooling work to Cursor Bridge after the primary agent owns the direction and risk boundaries. Use when a bounded Cursor pass can save primary-agent time, reduce omissions, or run alongside non-conflicting…

Vanyangyang/cursor-bridge · 146 tokens

grok-executor-mode

Task-local execution policy applied to ordinary user tasks only after an exact /grokexecute on; the host agent then plans, supervises, corrects, and verifies while all implementation and workspace-mutating execution goes through Grok Build Supervisor. Never activate or deactivate from ordinary requests, task text…

Vanyangyang/cursor-bridge · 73 tokens

deep-research

Conducts multi-step deep research on any topic using iterative search, reflection, and synthesis. Use when the user asks to research, investigate, survey, compare, analyze, deep-dive, or explore a topic in depth. Covers web research, codebase analysis, documentation review, mixed-source investigation, and M3…

madebyaris/advance-minimax-m3-cursor-rules · 72 tokens

incident-triage-harness

Production-style incident triage workflow for logs, metrics, code, safe mitigations, and M3 multimodal visual evidence (screenshots, screen recordings). Use when debugging alerts, regressions, outages, or suspicious runtime behavior.

madebyaris/advance-minimax-m3-cursor-rules · 53 tokens

web-design

Build distinctive, production-grade frontend interfaces with high design quality. Use when asked to build websites, landing pages, dashboards, web apps, or any web UI that should look polished and modern. Generates creative, polished code that avoids generic AI aesthetics. Includes Yesterday corporate identity…

Yesterday-AI/skills · 64 tokens