ワンクリックで
jira-roadmap
Explore JIRA roadmap hierarchies recursively
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Explore JIRA roadmap hierarchies recursively
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-roadmap |
| description | Explore JIRA roadmap hierarchies recursively |
| argument-hint | <root-issue> [project] [issue-type] |
| allowed-tools | Bash, Read |
Find and visualize roadmap initiatives by recursively exploring issue hierarchies.
When invoked, use Atlassian Rovo MCP first to handle the request: $ARGUMENTS
parent = PROJ-123, scoped by project or issue type when requested.Use the local roadmap commands only when Rovo is unavailable, lacks the needed hierarchy detail, local streaming tree output is specifically useful, debugging the local client, or the user explicitly asks for the local client.
python3 -m sidekick.clients.jira roadmap-hierarchy <root-issue> [project] [issue-type]
Recursively fetch and display an issue hierarchy tree.
Arguments:
<root-issue> - Starting issue key (e.g., PROJ-123)[project] - Optional: Project key to filter by (e.g., PROJ)[issue-type] - Optional: Filter by issue type (e.g., Story, Epic)python3 -m sidekick.clients.jira label-roadmap <root-issue> [project] [--dry-run] [--limit N]
Automatically label issues in a roadmap hierarchy based on their prefix ancestry.
When the user asks to:
For full documentation, see the detailed JIRA Roadmap skill documentation in this folder.