원클릭으로
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 직업 분류 기준
| 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:
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.