What problem does it solve?
Many pull requests accumulate unresolved review threads that require manual triage, implementation, security checks, and style fixes; this Skill orchestrates those steps so maintainers and contributors can close review loops faster and with higher confidence.
Core Features & Use Cases
- Automated Triage: Fetches unresolved review threads, classifies them as actionable, acknowledged, or noise, and presents a grouped triage for user approval.
- Multi-Agent Implementation: Orchestrates researcher, implementer, security reviewer, and style enforcer subagents using isolated git worktrees to implement fixes, run builds, and enforce coding conventions.
- No-Op Detection & Safety: Verifies requested changes are not no-ops, runs linters/builds, applies security checklists, and prevents committing purely cosmetic or redundant changes.
- Thread Resolution & Reporting: Resolves threads via GitHub GraphQL after fixes, replies to acknowledged comments, and produces a structured report including security and style findings.
- Use Cases: Single-PR fixes, batch processing across multiple PRs, and continuous improvement proposals based on recurring review patterns.
Quick Start
Address all open review comments on PR #42, implement fixes, run security and style reviews, and resolve the threads.