ginee-address-review

Ingest GitHub PR comments and reviews into an approved action plan.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/kostiantyn-matsebora/ginee --skill ginee-address-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ginee-address-review
Source: https://github.com/kostiantyn-matsebora/ginee/tree/main/core/skills/ginee-address-review
Command: npx skills add https://github.com/kostiantyn-matsebora/ginee --skill ginee-address-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Address code-review remarks on an open PR by ingesting per-thread comments and reviews, surfacing a consolidated plan for user approval, and ensuring deterministic reconciliation.

Core Features & Use Cases

  • Ingests PR comments and reviews from GitHub and builds a unified plan for action with idempotent execution.
  • Routes per role, enforces plan approval, dispatches specialist work items, and tracks progress across threads.
  • Reconciles fix-tracked patches into a single cycle commit, posts per-thread replies, and generates a sticky cycle summary for visibility.

Quick Start

Invoke the address-review workflow on a specific PR to start processing its reviews.

Frequently Asked Questions about ginee-address-review

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

FAQPage Schema
How do I automate addressing GitHub PR review comments?

To automate addressing GitHub PR review comments, this Skill ingests per-thread comments and reviews, builds a consolidated action plan for user approval, and reconciles fixes into a single cycle commit with deterministic execution.

What is the best way to manage pull request threads and resolve code review remarks deterministically?

The best way to manage pull request threads is by routing work per role, enforcing plan approval, and dispatching specialist actions in a deterministic 7-step protocol with idempotency markers and per-thread reply tracking.

How do I start the address-review workflow on a specific pull request?

To start the address-review workflow on a specific pull request, invoke the workflow on that PR. The Skill requires the PR head to be checked out before it begins processing reviews and surfacing the unified plan.

Does this code review automation tool require any specific Git environment setup?

Yes, this code review automation tool requires the PR head to be checked out in your local environment before processing. It operates without external dependencies by applying a deterministic protocol to ingest GitHub comments.

Can I track progress across multiple PR threads when addressing code review feedback?

Yes, you can track progress across multiple PR threads. The workflow applies idempotency markers and per-thread reply tracking to ensure deterministic reconciliation and posts replies directly to each resolved thread.

What happens after the automated plan is approved for resolving pull request reviews?

After the plan is approved, the workflow dispatches specialist work items, reconciles fix-tracked patches into a single cycle commit, posts per-thread replies, and generates a sticky cycle summary for visibility.