ワンクリックで
jira
Access to Atlassian Jira with `jira` CLI.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Access to Atlassian Jira with `jira` CLI.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Enforces staged execution discipline on large tasks: a written stage plan, parallel delegation where the runtime supports it, a failable verification check at each stage, and a skeptical self-review before delivery. Trigger when the user explicitly asks ("do this thoroughly", "be systematic", "deep work mode") OR when the task objectively spans multiple files, multiple sources, or multiple sessions. Do NOT trigger on ordinary multi-step requests that a direct attempt handles fine. For a run pinned to a specific model, use fable-sonnet or fable-haiku instead.
Structured brainstorming when the user asks to explore options, compare approaches, or solve an ambiguous product, prompt, architecture, workflow, or design problem. Generates diverse options, clusters ideas, scores tradeoffs, and converges without generic ideation bloat. Avoid for straightforward implementation/debugging tasks.
Design lightweight evaluations for prompts, skills, agents, and workflow changes: before/after test prompts, success criteria, negative cases, edge cases, regression risks, and manual or scripted eval plans.
Review, debug, and improve user-provided or repo-visible prompts and agent instructions: AGENTS.md, skills, custom instructions, model configs, and prompt libraries. Optimizes for contradiction removal, trigger quality, context bloat reduction, eval ideas, and minimal high-leverage edits.
Search and read Atlassian Confluence content.
Interact with GitLab using `glab` CLI.
| name | jira |
| description | Access to Atlassian Jira with `jira` CLI. |
Interact with Jira issues, projects, sprints, and boards using jira CLI.
jira issue list --plain --columns key,summary,status,assignee
jira issue list --jql 'project = PROJ AND status = "In Progress"' --plain
jira issue view PROJ-123 --plain --comments 5
jira project list --plain --columns key,name,type
jira board list --plain --columns id,name,type
jira sprint list --plain --columns id,name,state,start,end
--plain — TSV output for clean streaming--raw — JSON output for structured data--columns key,summary,status — select specific columnsjira --help
jira issue --help