What problem does it solve?
Maintaining a pull request involves repetitive triage of reviewer comments and CI failures, which consumes developer time on trivial fixes and status checks.
Core Features & Use Cases
- Comment Triage: Classifies unresolved review threads into false positives, trivial fixes, and items needing human judgment, then replies and resolves threads via the GitHub API.
- Build Failure Remediation: Investigates lint, type, unit test, and e2e snapshot failures, fixing mechanical issues and triggering snapshot updates with labels.
- Use Case: After receiving reviewer feedback on a tldraw PR, run this Skill to automatically fix typos and missing null checks, resolve addressed threads, update e2e snapshots, and produce a summary of items needing human input.
Quick Start
Review the PR comments on my current branch, fix what you can, and resolve the addressed threads.