What problem does it solve? Reviewing branch changes manually against tickets and specifications is slow and inconsistent, and findings often lack a durable record. This Skill performs a structured code review of the diff between the merge-base and HEAD, checks the implementation against ticket or PR specification sources, and saves a scored review artifact. ## Core Features & Use Cases - Diff-based code review: Reviews merge-base(HEAD, <diff-base>)..HEAD with categorized findings (FIXMEs, Warnings, TODOs, Recommendations, Suggestions, Legacy observations, Insights) and a score out of 10. - Specification compliance checking: Auto-resolves ticket sources from remote platform issues or local snapshots, compares acceptance criteria against the implementation, and renders compliance and cross-source consistency tables. - Artifact persistence: Saves each review as a timestamped run artifact under the ticket's run directory with canonical frontmatter, and emits lifecycle events for session tracking. - Use Case: Before merging a feature branch, run the review to get a scored report with actionable findings, a ticket compliance table, and next-step options saved for the team. ## Quick Start Review the changes on my current branch against the main branch and check them against the linked ticket.