원클릭으로
jira
Query and manage JIRA issues
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Query and manage JIRA issues
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Generate Quarto and HTML reports of local Codex session cost, token usage by model, project, coding vs cowork cost, weekly trends, annual projections, and top expensive sessions.
Check that core Sidekick integrations can authenticate and read common restricted files
Generate summary of 1:1 and meeting notes organized by audience, wins, and kudos
Capture missing TODOs from recent work context. Use when Codex needs to scan the user's Slack DMs with their manager or direct reports, manager/direct-report 1:1 docs, and leadership meeting notes for direct asks or action items assigned to the user, deduplicate against the user's configured todo app, and create missing tasks with source links and searchable metadata.
Draft concise interview scorecards from pasted long-form interview notes, nearby Google Calendar interview context, and memory/miclog/ transcript excerpts. Use when writing hiring feedback, interview scorecards, spikes/troughs, or candidate evaluation summaries.
Calculate a team's average Jira hours from Rovo Jira completed work, with optional Workday Approved Time Off absence adjustments for a date window and team roster.
| name | jira |
| description | Query and manage JIRA issues |
| argument-hint | <operation> [args] |
| allowed-tools | Bash, Read |
Rovo-first guide for JIRA operations, with the local Sidekick client kept as a fallback.
When invoked, use Atlassian Rovo MCP first to handle the request: $ARGUMENTS
Use the local Sidekick client only when Rovo is unavailable, lacks the needed operation, local cache/output behavior is specifically useful, debugging the client itself, or the user explicitly asks for the local client.
python3 -m sidekick.clients.jira query "JQL query" [max_results]
python3 -m sidekick.clients.jira get-issue ISSUE-KEY
python3 -m sidekick.clients.jira get-issues-bulk ISSUE-1 ISSUE-2 ISSUE-3
python3 -m sidekick.clients.jira query-by-parent PARENT-ISSUE [max_results]
python3 -m sidekick.clients.jira query-by-label LABEL [project] [max_results]
python3 -m sidekick.clients.jira update-issue ISSUE-KEY '{"field": "value"}'
python3 -m sidekick.clients.jira add-label ISSUE-KEY label-name
python3 -m sidekick.clients.jira remove-label ISSUE-KEY label-name
project = PROJ - All issues in projectstatus = Open - All open issuesassignee = currentUser() - Assigned to youproject = PROJ AND status = "In Progress" - Specific project and statuslabels = backend - Issues with specific labelparent = PROJ-100 - Child issues of parentWhen the user asks to:
For full documentation, see the detailed JIRA skill documentation in this folder.