一键导入
create-pr
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.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
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.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use this skill when you need information about `@funstack/static` (the React framework your app is built with). What it is even about, API references, best practices, etc.
Use this skill when you need information about `@funstack/router` (the React router your app uses). What it is, API references, best practices, etc.
Ensure consistency of documentation files. Use this skill when you made a significant change to the codebase that may affect the documentation (like feature addition), or when you made a significant change to the documentation itself.
A skill to make a GitHub release for the `@funstack/static` package. Use this skill when the user wants to release a new version of the package.
| name | create-pr |
| description | 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. |
| allowed-tools | ["Read","Bash(gh:*)","Bash(git:*)"] |
| metadata | {"internal":true} |
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.