A skill to create a pull request on a GitHub repository. Use this skill when the user wants to create a pull request for the changes you have made.
To satisfy the user's request to create a pull request on a GitHub repository, follow these steps:
gh CLI to create a pull request. The target branch is master unless specified otherwise.Then inform the user that the pull request has been created successfully, providing the URL to the pull request.
After the user reviews the pull request and requests to merge it, you can use the gh CLI to merge the pull request. Confirm with the user before merging.
Note that you should use the squash merge.
After merging the pull request, follow these steps so that the local repository is ready for future work:
master branch.master branch to ensure the local repository is up to date.Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer