一键导入
workon-pr
Create a pull request using the workon CLI. Use when the user says "workon pr", "create a PR", "open a PR", or indicates code is ready for review.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create a pull request using the workon CLI. Use when the user says "workon pr", "create a PR", "open a PR", or indicates code is ready for review.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Analyze flaky CI tests using CircleCI Insights. Use when investigating test flakiness, triaging CI failures, or deciding which flaky tests to fix next.
Check CircleCI status for a branch and help fix CI failures.
Add a comment to the current ClickUp ticket. Use when the user says "workon comment" or wants to add a comment to the ticket.
Merge a pull request and post a merge comment. Only use when explicitly requested.
Check the status of a pull request including CI checks and approvals.
Update sections of an existing pull request. Use when the user wants to improve or fix the PR description.
| name | workon-pr |
| description | Create a pull request using the workon CLI. Use when the user says "workon pr", "create a PR", "open a PR", or indicates code is ready for review. |
| disable-model-invocation | true |
| allowed-tools | Bash(workon:*), Bash(gh:*), Bash(git:*), Bash(cat:*), Read |
Gather context by running these commands:
cat .github/PULL_REQUEST_TEMPLATE.mdgit diff origin/HEAD...HEAD or git diff main...HEADgit log --oneline origin/HEAD...HEAD or git log --oneline main...HEADusername/{ticketid}/...)Offer code review (ask the user):
Generate content for each section (you are responsible for generating this):
Get explicit user approval:
Create the PR after receiving approval:
workon pr -y --title "..." --summary "..." --ticket "..." --description "..." --testing "..."
-y flag to skip confirmation (user already approved)--draft if user asks for draft PR or mentions "draft", "WIP", "work in progress"main or master)--base <branch> to override if needed