What problem does it solve? Reviewing or contributing to a pull request without understanding the pre-existing architecture leads to shallow reviews and missed regressions. This Skill maps both the diff and the fundamentals it touches, verifies every claim against source, and delivers one self-contained HTML page instead of a terminal wall of text. ## Core Features & Use Cases - Parallel codebase exploration: Dispatches read-only explorer agents per file cluster to trace fundamentals on the base branch, then the delta, with file:line citations. - Verification checkpoint: Reconciles conflicting agent claims at HEAD, verifies load-bearing numbers, and hunts classic PR pathologies like dead code, contract narrowing, and orphaned producers. - Visual HTML deliverable: Renders a single page with an anchor architecture diagram, before/after comparisons, decision log, severity-ranked hotspots, and a glossary. - Use Case: Before reviewing a teammate's large PR, run this Skill to get a verified context page showing what moved, why, and the top hotspots to scrutinize. ## Quick Start Ask the assistant to run pr-knowledge on the current branch or a specific PR number to generate the visual context page.