ワンクリックで
my-sprint
Show current sprint and your assigned tasks
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Show current sprint and your assigned tasks
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Weekly backlog audit — field completeness, staleness tiers, and duplicate detection. Run during grooming to clean up the backlog.
Creates a JIRA Bug with steps to reproduce, expected/actual behavior, and fix criteria. Activates when users ask to create a bug report, file a bug, or report an issue.
Creates a JIRA Epic with scope, success criteria, and child story breakdown. Activates when users ask to create an epic.
Creates a JIRA Story with user story format, acceptance criteria, and technical notes. Activates when users ask to create a story or user story.
Creates a JIRA Task for tech debt, infrastructure, documentation, or spike work. Activates when users ask to create a task, spike, tech debt ticket, or infrastructure work.
Daily briefing — sprint progress, new tickets, and recent comments in one report. Run this to get oriented at the start of the day.
| name | my-sprint |
| description | Show current sprint and your assigned tasks |
| allowed-tools | ["mcp__atlassian__jira_get_agile_boards","mcp__atlassian__jira_get_sprints_from_board","mcp__atlassian__jira_get_sprint_issues","mcp__atlassian__jira_search"] |
Show the current sprint information and the user's assigned tickets. Uses mcp__atlassian__* MCP tools exclusively (not jira-cli).
Story points live in customfield_10028 on this JIRA instance. If the field has no value, treat the issue as 0 story points.
Important: This field is NOT returned by default by MCP tools. When calling mcp__atlassian__jira_search or mcp__atlassian__jira_get_sprint_issues, you must include it in the fields parameter:
fields: "summary,description,issuetype,status,priority,labels,assignee,reporter,created,updated,components,customfield_10028"
mcp__atlassian__jira_get_agile_boards to find the board for project HYPERFLEETmcp__atlassian__jira_get_sprints_from_board to find the active sprint (state = "active")mcp__atlassian__jira_get_sprint_issues to pull all issues in the active sprintmcp__atlassian__jira_search with JQL:
project = HYPERFLEET AND assignee = currentUser() AND sprint in openSprints() ORDER BY status ASC
Group by status: