resolve-pr-comments

Community

Coordinate PR comment resolution with auto-clustering.

AuthorLukasStrickler
Version1.0.0
Installs0

System Documentation

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

  1. Run bash skills/resolve-pr-comments/scripts/pr-resolver.sh <PR_NUMBER> to fetch and cluster PR comments.
  2. Open .ada/data/pr-resolver/pr-<N>/actionable.json to view actionable clusters and plan work.
  3. For each actionable cluster, spawn a subagent using background_task with agent "pr-comment-reviewer" and the cluster file path.
  4. After all clusters complete, re-run the resolver to verify actionable_clusters == 0.

Dependency Matrix

Required Modules

ghjqpython3git

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: resolve-pr-comments
Download link: https://github.com/LukasStrickler/ai-dev-atelier/archive/main.zip#resolve-pr-comments

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.