com um clique
jira
Query and manage JIRA issues
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Query and manage JIRA issues
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional 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.