بنقرة واحدة
workon-merge
Merge a pull request and post a merge comment. Only use when explicitly requested.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Merge a pull request and post a merge comment. Only use when explicitly requested.
التثبيت باستخدام 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.
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.
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-merge |
| description | Merge a pull request and post a merge comment. Only use when explicitly requested. |
| disable-model-invocation | true |
| allowed-tools | Bash(workon:*) |
IMPORTANT: Only run this when the user explicitly asks to merge.
Before merging, verify:
workon pr-statusCheck PR status:
workon pr-status
Ask for confirmation:
Merge (only after confirmation):
workon merge [pr-number]
This command should NEVER be run automatically. Always require explicit user confirmation.