What problem does it solve? Manual pull request review is time-consuming and inconsistent, often missing security vulnerabilities, bugs, and quality issues. This Skill standardizes PR review by analyzing diffs against prioritized checks and posting structured line-level feedback directly to the pull request. ## Core Features & Use Cases - Prioritized Issue Detection: Checks for security vulnerabilities (SQL injection, XSS, hardcoded credentials), potential bugs (null pointers, concurrency issues), code quality, and performance problems in priority order. - Structured JSON Output: Produces a strict JSON result with status (passed/needs_modification/critical) and issues containing severity, file, line ranges, problem, and suggestion. - Automated Review Comments: Posts up to 10 line-level review comments via the CNB PostPullReview API, or a summary comment when no issues are found. - Use Case: A CI pipeline triggers on a new pull request; the Skill fetches the diff, filters out lock files and build artifacts, reviews up to 30 changed files, and posts inline comments flagging a hardcoded API key and an N+1 query. ## Quick Start Review the current pull request for security vulnerabilities and bugs, then post line-level comments with your findings.