一键导入
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: