← ClaudeAtlas

ginee-address-reviewlisted

Address code-review remarks on an open PR. Ingests `pulls/{N}/comments` + `/reviews`, routes per role, surfaces a consolidated plan table for user approval (no exception), then reconciles fix-track patches into one cycle commit + posts per-thread replies + one sticky cycle summary. Idempotent. Use when user says 'address review on PR
kostiantyn-matsebora/ginee · ★ 0 · Code & Development · score 68
Install: claude install-skill kostiantyn-matsebora/ginee
# Address review — PR remarks Thin wrapper. Loads `.agents/ginee/core/protocols/github-integration.md § Review-comment ingestion` for the shared 7-step procedure. The `@team-lead address-review #<PR>` command runs the identical procedure for adapters without AgentSkills. ## Activation | Phrasing | | |---|---| | "Address review on PR #<N>" / "address review #<N>" | | | "Respond to review comments on PR #<N>" | | | "Handle review feedback on #<N>" | | | `/ginee-address-review #<N>` | | `<N>` = PR number in primary repo per `.agents/ginee/core/protocols/github-integration.md § Repo discovery`. **No `framework-` variant** — checked-out branch must be the PR's head ref. ## Procedure 1. Load `.agents/ginee/core/protocols/github-integration.md § Review-comment ingestion`. 2. **Mechanical ops only.** Skill-runner verifies checked-out branch == PR head; fetches `pulls/{N}/comments` + `/reviews`; deduplicates by `thread-id`; skips threads carrying current `<!-- ginee:review-reply r=<id> -->` markers without newer reviewer comments. No routing decisions in the main thread. 3. **Hand to `team-lead`.** Skill-runner dispatches `@team-lead` with the deduplicated thread list. team-lead owns: routing per `local/bindings.md § Source-of-truth ownership` (fallback `team-lead`; ambiguous → surface-closest role), plan-table construction, forced-interactive approval prompt, parallel specialist dispatch, reconciliation (cycle commit + per-thread replies), sticky cycle-summary post. Per `.agent