What problem does it solve? Deeply reviewing a large PR or contribution requires understanding the whole system, not just the diff, and turning that analysis into a clear, actionable report is time-consuming and inconsistent. ## Core Features & Use Cases - Maintainer-Grade Review Workflow: Reconstructs the design behind a change, orders findings by severity, and separates architectural objections from product-scope concerns. - Polished Report Artifacts: Produces standalone HTML reports using a bundled style guide and HTML starter template, or Markdown reports for documentation folders. - Actionable Recommendations: Ends every review with a concrete call such as merge as-is, merge after redesign, salvage specific pieces, or keep as design research. - Use Case: A maintainer facing a 5,000-line plugin-system PR asks for a deep review webpage; the skill analyzes the branch, compares the design to similar open-source systems, and delivers a navigable HTML report with findings and a merge recommendation. ## Quick Start Review the current PR branch deeply and build me a polished HTML report with findings and a merge recommendation.