with one click
my-tasks
List all your assigned JIRA tasks in the current project
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
List all your assigned JIRA tasks in the current project
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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-tasks |
| description | List all your assigned JIRA tasks in the current project |
| allowed-tools | ["mcp__atlassian__jira_search","mcp__atlassian__jira_get_issue"] |
Show all JIRA tickets currently assigned to the user in the configured project. Uses mcp__atlassian__* MCP tools exclusively (not jira-cli).
Story points live in customfield_10028 on this JIRA instance.
Important: This field is NOT returned by default by MCP tools. When calling mcp__atlassian__jira_search or mcp__atlassian__jira_get_issue, you must include it in the fields parameter:
fields: "summary,description,issuetype,status,priority,labels,assignee,reporter,created,updated,components,customfield_10028"
Use mcp__atlassian__jira_search with JQL:
project = HYPERFLEET AND assignee = currentUser() ORDER BY updated DESC
For tickets that need more detail, use mcp__atlassian__jira_get_issue to fetch full fields.
Present tickets grouped by status:
| Key | Summary | Priority | Updated |
|---|
| Key | Summary | Priority | Created |
|---|
| Key | Summary | Blocker Reason |
|---|
| Key | Summary | Completed |
|---|