address-review-feedback

Installation
SKILL.md

Address Review Feedback

Work through PR feedback using independent judgment. Evaluate claims against the user's latest decisions, accepted PR requirements, and repository guidance. A reviewer's confidence, repetition, bot identity, or supplied patch is not evidence that a change is needed or correct.

Scope and authorization

An audit-only request stays read-only: report assessments and proposed fixes. A request to fix feedback authorizes justified, in-scope local changes. A request to address and resolve PR feedback also authorizes the necessary commits, pushes, thread replies, and resolutions. Reuse prior authorization without asking again per thread; honor requests to review proposals before implementation. Ask only for missing decisions or operations outside the authorized scope, and continue independent work while waiting.

Do not force-push, merge, submit a review, change PR metadata, or create follow-up issues under this workflow unless explicitly requested. Preserve unrelated work and the existing branch; explain and obtain permission before creating or switching branches unless already explicitly authorized.

Establish the PR

  • Resolve the exact PR and GitHub host from its URL, repository and number, or current branch. Before editing, verify the checkout represents its head repository, branch, and current commit.
  • Read thread-aware context through an available connector or python "<skill-path>/scripts/fetch_review_context.py". Pass --pr URL or --repo HOST/OWNER/REPO --pr NUMBER; omit both for the current branch PR. Unqualified OWNER/REPO uses GH_HOST, otherwise github.com.
  • Retain the host for all operations. The helper checks gh auth status --active --hostname HOST; diagnose only the target account's failure and request login only when authentication needs repair.
  • Cover every unresolved review thread, including outdated ones. Consult resolved threads, review summaries, and general PR comments when they contain relevant context or separate actionable feedback. Track each source so none is silently skipped.

Work through the feedback

Installs
12
GitHub Stars
3
First Seen
Aug 20, 2026
address-review-feedback — marcellocurto/skills