概要
The PR Comment Triage skill optimizes how Claude handles pull request feedback by focusing on action over conversation. It implements a 'Fix-first' philosophy where security vulnerabilities and correctness bugs are addressed with code changes, while stylistic nitpicks and metadata updates are resolved silently to minimize notification noise. By using a context-efficient workflow that fetches metadata before full comment bodies, it enables rapid processing of large PRs without exhausting context limits, ensuring that developers can maintain high velocity while keeping codebase quality high.