Determining the PR(s) When this skill is invoked, the PR(s) to update may be specified explicitly, but in the common case, the PR(s) to update will be inferred from the branch / commit that the user is currently working on. For ordinary Git usage (i.e., not Sapling as discussed below), you may have to use a combination of and to determine the PR associated with the current branch / commit. PR Body Contents When invoked, use to edit the pull request body and title to reflect the contents of the specified PR. Make sure to check the existing pull request body to see if there is key information t…