What problem does it solve? Reviewing a pull request often means scattered one-off comments, re-running tests CI already ran, and losing track of what the original ticket actually asked for. This Skill enforces a disciplined end-to-end review process so every finding lands in a single grouped GitHub review with consistent severity labels. ## Core Features & Use Cases - Ticket-aware review: Fetches the linked Notion ticket (including its comments) before reading the diff, and flags coverage gaps where the PR misses requirements or builds unrequested behavior. - Delegated code analysis: Hands the code-level review to Claude Code's built-in code-review skill, then merges those findings with ticket-coverage gaps instead of duplicating work. - Grouped review posting: Posts all inline comments plus a summary in one GitHub review API call, with Dutch-language comments, severity/confidence labels (Blocker, Belangrijk, Suggestie, Nit), collapsed technical details, and a mandatory AI footnote. - Use Case: You are asked to review PR #1234. The Skill fetches the linked EXO-1234 ticket from Notion, checks CI status instead of running tests, collects findings, and posts one structured review with labeled inline comments. ## Quick Start Ask the assistant to review pull request 1234 and post the findings as a single grouped GitHub review.