ワンクリックで
workon
Start work on a ClickUp ticket. Use when the user says "workon" followed by a ticket ID (e.g., "workon 86b7x5453").
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Start work on a ClickUp ticket. Use when the user says "workon" followed by a ticket ID (e.g., "workon 86b7x5453").
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.
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.
| name | workon |
| description | Start work on a ClickUp ticket. Use when the user says "workon" followed by a ticket ID (e.g., "workon 86b7x5453"). |
| argument-hint | <ticket-id> |
| allowed-tools | Bash(workon:*) |
When the user provides a ticket ID, run the workon command to create or checkout the branch for that ticket.
Run the workon command with the ticket ID:
workon $ARGUMENTS
After the branch is ready, automatically get the ticket context:
workon ticket
Use the ticket information (title, description, acceptance criteria) to understand what the user is trying to accomplish.
workon <ticket-id> command may prompt for user input if the branch already exists (to choose: checkout, recreate, or cancel)workon ticket after to bring context into the session