ワンクリックで
jira-workflow
Jira workflow assistant for finding outstanding work items and learning details about them.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Jira workflow assistant for finding outstanding work items and learning details about them.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Reference for common gcloud CLI patterns including logging queries, PubSub inspection, GCS operations, GKE cluster access, and IAP tunneling. Use when working with Google Cloud infrastructure.
Read, write, and manage Google Docs, Sheets, and Drive files using the gog CLI tool. Use when the user asks to interact with Google Docs, Sheets, Drive, or shares a docs.google.com link.
Reference for Grafana Alloy config syntax, pipeline stages, relabeling behavior, LogQL selectors, and Go RE2 regex limitations. Use when editing or debugging Alloy config files (*.alloy).
Reference for Poetry workflows including dependency management, lockfile maintenance, and test execution. Use when working with Python projects that use Poetry (poetry.lock present).
Reference for Terraform lifecycle meta-arguments, provider migration patterns, state management, and validation. Use when editing Terraform files (.tf) or planning infrastructure changes.
Check and watch CircleCI pipeline/workflow/job status for the current commit using CircleCI v2 API, then fetch failing job logs and fix issues.
| name | jira-workflow |
| description | Jira workflow assistant for finding outstanding work items and learning details about them. |
To find the list of tickets which I might want to work on, you can use the following command. Do not attempt to modify this command.
jira issue list -pX -a$(jira me) -RUnresolved -q 'project IS NOT EMPTY AND project NOT IN (SEC, OUT)' --plain
Each line returned by that command should be treated as an individual work item. The second column denotes a Key which can be used to get even more information, by running the following command:
jira issue view KEY --plain