What problem does it solve? Reviewing a pull request thoroughly requires gathering the PR diff, linked Jira ticket, and the full codebase context, then switching branches safely without losing local work. This Skill automates that entire orchestration so reviewers get a complete, context-aware review without manual setup. ## Core Features & Use Cases - Automated PR Context Gathering: Fetches PR metadata and diffs from Bitbucket, extracts linked Jira tickets, and captures review intent automatically. - Safe Local Checkout: Checks out the PR source branch with dirty-tree and wrong-repo guards, and always restores the original branch afterward, even on failure. - Intelligent Review Routing: Routes diffs to the appropriate review skill (code-review, e2e-review, or both for mixed changes) and assembles a unified report with a PR header. - Use Case: A developer receives a Bitbucket PR linked to Jira ticket PROJ-123. They invoke this Skill with the PR reference, and it fetches the diff, checks out the branch, runs the review, and returns a formatted report with findings and severity levels. ## Quick Start Review pull request 42 from the current Bitbucket repository and give me the full report.