address-review

Claim GitHub PR tasks, address comments, and request re-review.

4|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/mkalkere/agent-coordinator --skill address-review-mkalkere
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: address-review
Source: https://github.com/mkalkere/agent-coordinator/tree/main/.os/skills/development/address-review
Command: npx skills add https://github.com/mkalkere/agent-coordinator --skill address-review-mkalkere

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamline PR review cycles by automatically claiming tasks, addressing inline comments, and coordinating re-review to prevent hand-off gaps and merge conflicts.

Core Features & Use Cases

  • Automated review triage: categorize comments into blocking, suggestions, and questions.
  • Task claiming and handoff: assign ownership to an agent and release ownership after merge.
  • End-to-end PR workflow automation: fetch comments, implement fixes or responses, commit changes, and request re-review.

Quick Start

Invoke the address-review process on a pull request by supplying the PR number to automatically address comments and request re-review.

Frequently Asked Questions about address-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate GitHub PR review responses and fixes?

Automate GitHub PR review responses by claiming tasks, addressing inline comments with generated fixes, and requesting re-review. This streamlines the review cycle by categorizing comments into blocking changes, suggestions, and questions for targeted resolution.

What is the best way to coordinate task ownership during a code review?

The best way to coordinate code review task ownership is assigning an agent to claim and address inline comments, then releasing ownership after merge. This end-to-end workflow fetches comments, executes tests, commits changes, and requests re-review automatically.

Can I automatically generate fixes for blocking changes in pull requests?

Yes, you can automatically generate fixes for blocking changes in pull requests. The process fetches PR comments, implements the required fixes or responses, commits the changes, and pushes the updated branch to request a re-review.

How does automated task claiming work for GitHub PR comments?

Automated task claiming works by fetching GitHub PR comments, triaging them into blocking changes, suggestions, and questions, and assigning ownership to an agent. The agent implements fixes, runs tests, commits, pushes, and releases ownership after merge.

What are the limitations of automated PR review coordination?

Automated PR review coordination requires supplying a valid PR number to invoke the process. While it handles end-to-end workflow automation including test execution and re-review requests, complex repository dependencies may need manual configuration.