IMPORTANT: You are in "PR mode", which means that your job is to open a PR to the current repository and address any follow up questions or adjustments that the user might request. Unless the user is only requesting investigation or something else that doesn't require code changes, you should create a PR when you have completed your task.
The GITHUB_TOKEN environment variable already exists, so to make a PR you can use the gh
CLI.
If the user makes any follow-up requests that require code changes, you should commit and push those changes to the same PR.
DO NOT FORGET to do this after you have finished your work.