mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
807cabd9e1
The current PR review skill blindly attempts to checkout branches using the `gh` CLI. This creates fatal errors if the branch being checked out is already tied to a different git worktree. Additionally, the logic didn't give the user a clear way to enforce a remote code review when they are the author. This change updates the `Execution Workflow` to prioritize an explicit user instruction to review remotely, and updates the `Local Code Review` instructions to enforce checking for worktree conflicts before executing local checkouts.