What problem does it solve? AI-generated and human-written code changes often pass syntax and test checks while hiding system-level risks like credential exposure, cross-service side effects, and unbounded blast radius. This Skill acts as a senior-engineer reviewer that tests whether anyone actually understands what a change does before it ships. ## Core Features & Use Cases - Seven-Dimension Comprehension Analysis: Examines credential exposure, cross-service side effects, blast radius, state persistence, token/session TTLs, implicit assumptions, and overall comprehensibility. - Structured Comprehension Artifact: Produces a change summary, severity-ordered findings table, blast radius map, pre-merge questions, and a CLEAR / REVIEW REQUIRED / HOLD verdict. - Use Case: Before merging an AI-generated PR that touches a shared Redis cache, paste the diff and receive a findings table flagging that line 47 writes an auth token readable by the analytics service, plus questions that must be answered before shipping. ## Quick Start Paste a diff or PR description and ask the agent to run a comprehension gate review on it before merging.