What problem does it solve? PR review feedback often disappears after a merge, so the same bug, architecture, or security issues resurface in later reviews. This Skill fetches a pull request's review comments, classifies each one by category, and checks whether your rules/ directory already covers the substantive findings, proposing a new rule only where a gap exists. ## Core Features & Use Cases - Comment classification: Fetches top-level comments and inline review threads via the gh CLI and sorts each into style, bug, architecture, security, testing, or nit categories. - Rule gap analysis: For bug, architecture, and security comments, checks rules/ for existing coverage and proposes an addition only when none exists. - Recurrence discipline: Treats a single comment as a note rather than a pattern — security findings are proposed immediately, while bug and architecture findings wait for a second occurrence. - Use Case: After a tough review on PR #482, run the Skill to get a per-category tally of feedback and a draft rule proposal for the security comment that had no matching rule. ## Quick Start Ask the assistant to run /pr-review-ingest on PR 482 to classify its review comments and propose any missing rules.