What problem does it solve?
This Skill streamlines the handling of GitHub PR comments produced by automated reviewers (and human feedback) by clustering, prioritizing unresolved items, and coordinating deterministic agent workflows to fix, dismiss, or defer them at scale.
Core Features & Use Cases
- Fetches and clusters PR comments into contextual groups to reduce cognitive load.
- Spawns parameterized subagents for each actionable cluster to perform validation, fixes, or dismissals.
- Generates actionable.json for orchestration and per-cluster Markdown files for subagents.
- Supports an escalation path for deferred items with structured investigation templates.
Quick Start
- Run bash skills/resolve-pr-comments/scripts/pr-resolver.sh <PR_NUMBER> to fetch and cluster PR comments.
- Open .ada/data/pr-resolver/pr-<N>/actionable.json to view actionable clusters and plan work.
- For each actionable cluster, spawn a subagent using background_task with agent "pr-comment-reviewer" and the cluster file path.
- After all clusters complete, re-run the resolver to verify actionable_clusters == 0.