What problem does it solve?
Pull request reviews often accumulate scattered inline comments and unresolved threads, making it hard to track which feedback still needs action and risking premature thread resolution or unrequested replies.
Core Features & Use Cases
- Thread Triage: Fetches pull request details and review threads via the GitHub service, then classifies them as actionable, informational, outdated, or ambiguous.
- Scoped Fix Implementation: Groups actionable feedback by file or behavior, presents a numbered scope, and applies local changes traceable to each review thread.
- Write Safety Controls: Never posts comments or resolves threads without explicit user intent, and stops to clarify ambiguous PR targets.
- Use Case: A reviewer leaves eight inline comments on your PR. Use this Skill to list the unresolved actionable items, confirm which ones to fix, apply the changes locally, and run the narrowest relevant tests before replying.
Quick Start
Ask the agent to review the unresolved feedback on pull request number 42 in the current repository and fix the actionable items.