addressReview

Merge human PR feedback with structured issues and coordinate parallel implementation agents.

1|2|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/joi-fairshare/agentic-workflow --skill addressreview
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: addressReview
Source: https://github.com/joi-fairshare/agentic-workflow/tree/main/skills/addressReview
Command: npx skills add https://github.com/joi-fairshare/agentic-workflow --skill addressreview

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Addresses the friction of iterating on PR review feedback by merging human comments with structured issues and orchestrating focused implementation agents so fixes happen fast.

Core Features & Use Cases

  • Persistent review loop: Reads the state file in ~/.agentic-workflow/<repo>/reviews to keep PR context and new human comments synchronized.
  • Triage intelligence: Runs the address triage prompt to group structured issues and comments, then dispatches per-concern implementers.
  • Parallel implementation: Checks out the PR branch, streams assignments to agents via the implementer prompt, tracks commits, and records fix metadata.
  • Reporting and recovery: Updates the shared state file with addressed issues, agent commits, and guidance on remaining blockers before suggesting another run.

Quick Start

Use the /addressReview command with a PR number to fetch review details and spawn implementation agents.

Frequently Asked Questions about addressReview

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

FAQPage Schema
How do I automate GitHub PR review comment resolution?

Automating GitHub PR review comment resolution involves reading a review state JSON file, merging new human feedback, and dispatching parallel implementation agents to address fixes. This process checks out the PR branch, streams assignments, tracks commits, and records fix metadata.

What is multi-agent orchestration for triaging PR feedback?

Multi-agent orchestration for PR feedback uses a triage prompt to group structured issues and human comments, then dispatches per-concern implementer agents. This allows parallel implementation of fixes on the PR branch, tracked via shared state files.

Can I use multi-agent workflows to fix multiple PR review comments in parallel?

Yes, you can use multi-agent workflows to fix multiple PR review comments in parallel. The system checks out the PR branch, streams assignments to implementation agents via an implementer prompt, and tracks their commits to update the shared state file.

How do I synchronize human comments with structured issues during PR reviews?

Synchronizing human comments with structured issues requires reading a persistent review state file in the agentic-workflow directory. This loop keeps PR context and new human comments synchronized before dispatching focused implementation agents.

Does GitHub PR review automation work without state sync files?

No, GitHub PR review automation here depends on review state JSON files to track PR comments and resolution loops. These state files store addressed issues, agent commits, and guidance on remaining blockers for reporting and recovery.

What happens when implementation agents encounter remaining blockers during PR fixes?

When implementation agents encounter remaining blockers, the system updates the shared state file with addressed issues, agent commits, and guidance on remaining blockers. It then suggests another run to continue the review resolution loop.