| name | complete-pr |
| description | Complete GitHub pull requests by iterating on CI and review feedback until the PR is ready. |
Use the fetch-pr skill to read the PR body and its messages.
Fetch the latest changes from the remote. If the remote default branch has new commits, merge it into the current branch, resolve any conflicts, and push the changes.
Next, fetch the current repository owner using the command gh repo view --json owner --jq '.owner.login'.
If the owner is WillBooster, WillBoosterLab, exKAZUu or exKAZUu-Research, follow references/willbooster-workflow.md.
Otherwise, follow references/other-repositories-workflow.md.