What problem does it solve? Manual pull request reviews often miss database risks, logging issues, accessibility problems, and test gaps, and reviewers lose track of which checks were actually run. This Skill enforces an auditable, end-to-end AI review workflow on an existing PR. ## Core Features & Use Cases - Structured review chain: Orchestrates issue linkage, local format/lint/test gates, scope checks, and specialized reviews for database access, logging, HTML accessibility, Datastar, code comments, and test coverage. - Scope governance: Measures diff size against soft limits of 500 changed source lines and 20 changed files, recommending a PR stack split when exceeded. - Auditable PR comments: Posts actionable review comments prefixed with [ai-generated] and reports every command run with its outcome. - Use Case: A developer opens a PR touching database queries and UI markup; the Skill confirms the linked GitHub issue, runs lint and tests, flags an N+1 query and a missing form label, and posts [ai-generated] comments on the PR. ## Quick Start Ask the agent to run an AI code review on your pull request URL using the oncokb-ai-code-review workflow.