What problem does it solve? Reviewers often lack a structured way to judge whether a pull request is safe to merge, especially for large diffs touching security, data, or infrastructure. This Skill produces a consistent, evidence-based risk rating for any PR. ## Core Features & Use Cases - Seven-dimension risk model: Rates blast radius, change type, security sensitivity, data risk, test coverage, dependencies, and infrastructure/config on a Low-to-Critical scale. - Analyze and Post modes: Runs read-only analysis by default and posts a formatted comment to the PR only when explicitly requested. - Flexible GitHub access: Works through an authenticated GitHub connector or the gh CLI, with safe handling of merged PRs and very large diffs. - Use Case: Before merging a PR that modifies authentication logic and drops a database column, run the assessment to get a Critical rating with traceable findings and concrete recommendations for the author. ## Quick Start Use the assess-pr-risk skill to evaluate the risk of PR #142 without posting a comment.