← ClaudeAtlas

onequery-pr-bodylisted

Update the title and body of one or more pull requests.
wordbricks/onequery · ★ 9 · AI & Automation · score 79
Install: claude install-skill wordbricks/onequery
## 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 `git branch` and `gh pr view <branch> --repo wordbricks/onequery --json number --jq '.number'` to determine the PR associated with the current branch / commit. ## PR Body Contents When invoked, use `gh` 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 that should be preserved. For example, NEVER remove an image in the existing pull request body, as the author may have no way to recover it if you remove it. It is critically important to explain _why_ the change is being made. If the current conversation in which this skill is invoked has discussed the motivation, be sure to capture this in the pull request body. The body should also explain _what_ changed, but this should appear after the _why_. Limit discussion to the _net change_ of the commit. It is generally frowned upon to discuss changes that were attempted but later undone in the course of the development of the pull request. When rewriting the pull request body, you may need to eliminate details such as these when they are no longer appropriate / of interest to future reade